[Openmp-commits] [openmp] r244811 - Fix two typos in documentation

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Wed Aug 12 14:05:23 PDT 2015


Author: jlpeyton
Date: Wed Aug 12 16:05:22 2015
New Revision: 244811

URL: http://llvm.org/viewvc/llvm-project?rev=244811&view=rev
Log:
Fix two typos in documentation

Modified:
    openmp/trunk/runtime/doc/doxygen/config
    openmp/trunk/runtime/doc/doxygen/libomp_interface.h

Modified: openmp/trunk/runtime/doc/doxygen/config
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/doc/doxygen/config?rev=244811&r1=244810&r2=244811&view=diff
==============================================================================
--- openmp/trunk/runtime/doc/doxygen/config (original)
+++ openmp/trunk/runtime/doc/doxygen/config Wed Aug 12 16:05:22 2015
@@ -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

Modified: openmp/trunk/runtime/doc/doxygen/libomp_interface.h
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/doc/doxygen/libomp_interface.h?rev=244811&r1=244810&r2=244811&view=diff
==============================================================================
--- openmp/trunk/runtime/doc/doxygen/libomp_interface.h (original)
+++ openmp/trunk/runtime/doc/doxygen/libomp_interface.h Wed Aug 12 16:05:22 2015
@@ -326,7 +326,7 @@ and then use the KMP_* macros to profile
 
 @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




More information about the Openmp-commits mailing list