Skip to content

Commit bb02c25

Browse files
committed
Fix two typos in documentation
llvm-svn: 244811
1 parent d858f87 commit bb02c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openmp/runtime/doc/doxygen/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ UML_LOOK = NO
16881688
# the class node. If there are many fields or methods and many nodes the
16891689
# graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
16901690
# threshold limits the number of items for each type to make the size more
1691-
# managable. Set this to 0 for no limit. Note that the threshold may be
1691+
# manageable. Set this to 0 for no limit. Note that the threshold may be
16921692
# exceeded by 50% before the limit is enforced.
16931693

16941694
UML_LIMIT_NUM_FIELDS = 10

openmp/runtime/doc/doxygen/libomp_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ and then use the KMP_* macros to profile (through counts or clock ticks) libomp
326326
327327
@section sec_stats_env_vars Environment Variables
328328
329-
This section describes the environment variables relevent to stats-gathering in libomp
329+
This section describes the environment variables relevant to stats-gathering in libomp
330330
331331
@code
332332
KMP_STATS_FILE

0 commit comments

Comments
 (0)