summaryrefslogtreecommitdiffstats
path: root/include/clang/Serialization
diff options
context:
space:
mode:
authorAlexander Musman <alexander.musman@gmail.com>2014-09-23 05:23:29 +0000
committerAlexander Musman <alexander.musman@gmail.com>2014-09-23 05:23:29 +0000
commitac1063a71f57f529bbb91e4bfd746329aa85d5b2 (patch)
treef686950c5ca97a2b1dfd81f02385bc104be6c45d /include/clang/Serialization
parent11f55130a0c38baf48358e02695df75c468d44ff (diff)
Fix a typo in comment in ASTBitCodes.h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218294 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Serialization')
-rw-r--r--include/clang/Serialization/ASTBitCodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h
index 0e13a910f6..4fd6836055 100644
--- a/include/clang/Serialization/ASTBitCodes.h
+++ b/include/clang/Serialization/ASTBitCodes.h
@@ -1339,7 +1339,7 @@ namespace clang {
STMT_SEH_FINALLY, // SEHFinallyStmt
STMT_SEH_TRY, // SEHTryStmt
- // OpenMP drectives
+ // OpenMP directives
STMT_OMP_PARALLEL_DIRECTIVE,
STMT_OMP_SIMD_DIRECTIVE,
STMT_OMP_FOR_DIRECTIVE,