summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/extractExternal.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-02-24 10:40:15 +0000
committerAlp Toker <alp@nuanti.com>2014-02-24 10:40:15 +0000
commit8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d (patch)
treef8bb024567f4c213a4d1f9c32c5476bedebf0c35 /openmp/runtime/src/extractExternal.cpp
parent4f8f890ade6f36beff56d1c93014bb41fde64cf5 (diff)
downloadbcm5719-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.cpp2
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
*/
OpenPOWER on IntegriCloud