diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-11-11 22:35:18 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-11-11 22:35:18 +0000 |
| commit | 910c37c85ec051262516c295897d62888a1b98ce (patch) | |
| tree | b9379972c292c4214492fdd1a0b2a601b9760eb3 /clang/include/clang-c | |
| parent | b68eeb38524736a6166f3e7635d4aff725574714 (diff) | |
| download | bcm5719-llvm-910c37c85ec051262516c295897d62888a1b98ce.tar.gz bcm5719-llvm-910c37c85ec051262516c295897d62888a1b98ce.zip | |
Fix some typos, grammar errors, etc. in cursor kind descriptions
llvm-svn: 144412
Diffstat (limited to 'clang/include/clang-c')
| -rw-r--r-- | clang/include/clang-c/Index.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 44ee10699d5..9684f4576dc 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -1685,19 +1685,19 @@ enum CXCursorKind { */ CXCursor_UnaryExpr = 136, - /** \brief ObjCStringLiteral, used for Objective-C string literals i.e. "foo". + /** \brief An Objective-C string literal i.e. @"foo". */ CXCursor_ObjCStringLiteral = 137, - /** \brief ObjCEncodeExpr, used for in Objective-C. + /** \brief An Objective-C @encode expression. */ CXCursor_ObjCEncodeExpr = 138, - /** \brief ObjCSelectorExpr used for in Objective-C. + /** \brief An Objective-C @selector expression. */ CXCursor_ObjCSelectorExpr = 139, - /** \brief Objective-C's protocol expression. + /** \brief An Objective-C @protocol expression. */ CXCursor_ObjCProtocolExpr = 140, |

