diff options
author | Chad Rosier <mcrosier@codeaurora.org> | 2014-12-05 15:50:44 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@codeaurora.org> | 2014-12-05 15:50:44 +0000 |
commit | db1cc7f1f9340c044baf27dc86eb2fcc97571b35 (patch) | |
tree | 441fa5e7d45f1406b29b9ec5f17aa93a9c2b2699 /clang/include/clang-c | |
parent | ad9d0ca878b5513c35ba1174b083dffe6e811463 (diff) | |
download | bcm5719-llvm-db1cc7f1f9340c044baf27dc86eb2fcc97571b35.tar.gz bcm5719-llvm-db1cc7f1f9340c044baf27dc86eb2fcc97571b35.zip |
Fix Typos in include/clang-c/Index.h
Phabricator revision: http://reviews.llvm.org/D6507
llvm-svn: 223471
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r-- | clang/include/clang-c/Index.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 6e3bd07b7ad..ed7bd169f6f 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -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_CXXAccessSpecifier clang_getCXXAccessSpecifier(CXCursor); /** * \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, |