]> granicus.if.org Git - clang/commitdiff
Fix a typo in comment in ASTBitCodes.h
authorAlexander Musman <alexander.musman@gmail.com>
Tue, 23 Sep 2014 05:23:29 +0000 (05:23 +0000)
committerAlexander Musman <alexander.musman@gmail.com>
Tue, 23 Sep 2014 05:23:29 +0000 (05:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218294 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Serialization/ASTBitCodes.h

index 0e13a910f6538b2d74dd6e2b1414b8ee1c1ceca4..4fd6836055e7385b8c0769993a5624dcec770798 100644 (file)
@@ -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,