diff options
Diffstat (limited to 'openmp/runtime/src/extractExternal.cpp')
-rw-r--r-- | openmp/runtime/src/extractExternal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/extractExternal.cpp b/openmp/runtime/src/extractExternal.cpp index f9cbaa4b10c..3f15c8e306e 100644 --- a/openmp/runtime/src/extractExternal.cpp +++ b/openmp/runtime/src/extractExternal.cpp @@ -301,7 +301,7 @@ void computeExternalSymbols(const char *fileName, set<string> *defined, set<stri } } -/* For each occurence of an external symbol in the object file named by +/* For each occurrence of an external symbol in the object file named by by <fileName> that is a member of <hide>, renames it by prefixing with "__kmp_external_", writing back the file in-place */ |