From: Alexander Musman Date: Tue, 23 Sep 2014 05:23:29 +0000 (+0000) Subject: Fix a typo in comment in ASTBitCodes.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac1063a71f57f529bbb91e4bfd746329aa85d5b2;p=clang 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 --- 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,