Fix typos

git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@202018 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alp Toker
2014-02-24 10:40:15 +00:00
parent 024c10806d
commit 4bf04f627e
25 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -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
*/