summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaOpenMP.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-06 12:02:07 +0000
committerAlp Toker <alp@nuanti.com>2014-06-06 12:02:07 +0000
commit543e8b0f4eabe8e4ef85cfcb276bd01146828efc (patch)
tree888c45333731b09ec8d4a6689a177cced0c5dc58 /lib/Sema/SemaOpenMP.cpp
parent3b8d7af3b6863dafe833dd63963840dcca02d421 (diff)
downloadclang-543e8b0f4eabe8e4ef85cfcb276bd01146828efc.tar.gz
clang-543e8b0f4eabe8e4ef85cfcb276bd01146828efc.tar.bz2
clang-543e8b0f4eabe8e4ef85cfcb276bd01146828efc.tar.xz
Fix typos
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaOpenMP.cpp')
-rw-r--r--lib/Sema/SemaOpenMP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaOpenMP.cpp b/lib/Sema/SemaOpenMP.cpp
index 8a987c3eae..4ebca79795 100644
--- a/lib/Sema/SemaOpenMP.cpp
+++ b/lib/Sema/SemaOpenMP.cpp
@@ -103,7 +103,7 @@ public:
}
/// \brief If 'aligned' declaration for given variable \a D was not seen yet,
- /// add it and return NULL; otherwise return previous occurence's expression
+ /// add it and return NULL; otherwise return previous occurrence's expression
/// for diagnostics.
DeclRefExpr *addUniqueAligned(VarDecl *D, DeclRefExpr *NewDE);