From: Jonathan Peyton Date: Wed, 12 Aug 2015 21:05:22 +0000 (+0000) Subject: Fix two typos in documentation X-Git-Tag: studio-1.4~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb02c2547fd0eeb6023d7900c0572cba6b2987aa;p=platform%2Fupstream%2Fllvm.git Fix two typos in documentation llvm-svn: 244811 --- diff --git a/openmp/runtime/doc/doxygen/config b/openmp/runtime/doc/doxygen/config index 3c2c0d5..7253104 100644 --- a/openmp/runtime/doc/doxygen/config +++ b/openmp/runtime/doc/doxygen/config @@ -1688,7 +1688,7 @@ UML_LOOK = NO # the class node. If there are many fields or methods and many nodes the # graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS # threshold limits the number of items for each type to make the size more -# managable. Set this to 0 for no limit. Note that the threshold may be +# manageable. Set this to 0 for no limit. Note that the threshold may be # exceeded by 50% before the limit is enforced. UML_LIMIT_NUM_FIELDS = 10 diff --git a/openmp/runtime/doc/doxygen/libomp_interface.h b/openmp/runtime/doc/doxygen/libomp_interface.h index 8223db7..5d66a5b 100644 --- a/openmp/runtime/doc/doxygen/libomp_interface.h +++ b/openmp/runtime/doc/doxygen/libomp_interface.h @@ -326,7 +326,7 @@ and then use the KMP_* macros to profile (through counts or clock ticks) libomp @section sec_stats_env_vars Environment Variables -This section describes the environment variables relevent to stats-gathering in libomp +This section describes the environment variables relevant to stats-gathering in libomp @code KMP_STATS_FILE