Fix a typo in comment in ASTBitCodes.h

llvm-svn: 218294
This commit is contained in:
Alexander Musman 2014-09-23 05:23:29 +00:00
parent 9c775c7fe3
commit df1e9ff75e
1 changed files with 1 additions and 1 deletions

View 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,