diff options
author | Alp Toker <alp@nuanti.com> | 2014-02-24 10:40:15 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-02-24 10:40:15 +0000 |
commit | 8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d (patch) | |
tree | f8bb024567f4c213a4d1f9c32c5476bedebf0c35 /openmp/runtime/src/extractExternal.cpp | |
parent | 4f8f890ade6f36beff56d1c93014bb41fde64cf5 (diff) | |
download | bcm5719-llvm-8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d.tar.gz bcm5719-llvm-8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d.zip |
Fix typos
llvm-svn: 202018
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 */ |