From bb02c2547fd0eeb6023d7900c0572cba6b2987aa Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Wed, 12 Aug 2015 21:05:22 +0000 Subject: [PATCH] Fix two typos in documentation llvm-svn: 244811 --- openmp/runtime/doc/doxygen/config | 2 +- openmp/runtime/doc/doxygen/libomp_interface.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4