r218294 - Fix a typo in comment in ASTBitCodes.h

Alexander Musman alexander.musman at gmail.com
Mon Sep 22 22:23:29 PDT 2014


Author: amusman
Date: Tue Sep 23 00:23:29 2014
New Revision: 218294

URL: http://llvm.org/viewvc/llvm-project?rev=218294&view=rev
Log:
Fix a typo in comment in ASTBitCodes.h

Modified:
    cfe/trunk/include/clang/Serialization/ASTBitCodes.h

Modified: cfe/trunk/include/clang/Serialization/ASTBitCodes.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Serialization/ASTBitCodes.h?rev=218294&r1=218293&r2=218294&view=diff
==============================================================================
--- cfe/trunk/include/clang/Serialization/ASTBitCodes.h (original)
+++ cfe/trunk/include/clang/Serialization/ASTBitCodes.h Tue Sep 23 00:23:29 2014
@@ -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,





More information about the cfe-commits mailing list