r223471 - Fix Typos in include/clang-c/Index.h

Chad Rosier mcrosier at codeaurora.org
Fri Dec 5 07:50:45 PST 2014


Author: mcrosier
Date: Fri Dec  5 09:50:44 2014
New Revision: 223471

URL: http://llvm.org/viewvc/llvm-project?rev=223471&view=rev
Log:
Fix Typos in include/clang-c/Index.h
Phabricator revision: http://reviews.llvm.org/D6507

Modified:
    cfe/trunk/include/clang-c/Index.h

Modified: cfe/trunk/include/clang-c/Index.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=223471&r1=223470&r2=223471&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Fri Dec  5 09:50:44 2014
@@ -2126,7 +2126,7 @@ enum CXCursorKind {
    */
   CXCursor_MSAsmStmt                     = 229,
 
-  /** \brief The null satement ";": C99 6.8.3p3.
+  /** \brief The null statement ";": C99 6.8.3p3.
    *
    * This cursor kind is used to describe the null statement.
    */
@@ -2141,7 +2141,7 @@ enum CXCursorKind {
    */
   CXCursor_OMPParallelDirective          = 232,
 
-  /** \brief OpenMP simd directive.
+  /** \brief OpenMP SIMD directive.
    */
   CXCursor_OMPSimdDirective              = 233,
 
@@ -2209,11 +2209,11 @@ enum CXCursorKind {
    */
   CXCursor_OMPAtomicDirective            = 249,
 
-  /** \brief OpenMP for simd directive.
+  /** \brief OpenMP for SIMD directive.
    */
   CXCursor_OMPForSimdDirective           = 250,
 
-  /** \brief OpenMP parallel for simd directive.
+  /** \brief OpenMP parallel for SIMD directive.
    */
   CXCursor_OMPParallelForSimdDirective   = 251,
 
@@ -3345,7 +3345,7 @@ CINDEX_LINKAGE enum CX_CXXAccessSpecifie
 
 /**
  * \brief Represents the storage classes as declared in the source. CX_SC_Invalid
- * was added for the clase that the passed cursor in not a declaration.
+ * was added for the case that the passed cursor in not a declaration.
  */
 enum CX_StorageClass {
   CX_SC_Invalid,





More information about the cfe-commits mailing list