summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex
diff options
context:
space:
mode:
authorMalcolm Parsons <malcolm.parsons@gmail.com>2018-01-24 10:26:09 +0000
committerMalcolm Parsons <malcolm.parsons@gmail.com>2018-01-24 10:26:09 +0000
commit901c7de901617841d1608449c0ccfedd0cb46b6a (patch)
treef515481be60e6dbce1f7d476b5b75f01d4a3acad /include/clang/Lex
parentaff1a3f56c049bb08f51d074eeecd591118f7cc3 (diff)
Fix typos of occurred and occurrence
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323316 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex')
-rw-r--r--include/clang/Lex/VariadicMacroSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/VariadicMacroSupport.h b/include/clang/Lex/VariadicMacroSupport.h
index cebaf15187..db1ce0e6be 100644
--- a/include/clang/Lex/VariadicMacroSupport.h
+++ b/include/clang/Lex/VariadicMacroSupport.h
@@ -55,7 +55,7 @@ namespace clang {
/// Client code should call this function as soon as the Preprocessor has
/// either completed lexing the macro's definition tokens, or an error
- /// occured and the context is being exited. This function is idempotent
+ /// occurred and the context is being exited. This function is idempotent
/// (might be explicitly called, and then reinvoked via the destructor).
void exitScope() {
Ident__VA_ARGS__->setIsPoisoned(true);