]> granicus.if.org Git - clang/commitdiff
Fix some typos, grammar errors, etc. in cursor kind descriptions
authorDouglas Gregor <dgregor@apple.com>
Fri, 11 Nov 2011 22:35:18 +0000 (22:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 11 Nov 2011 22:35:18 +0000 (22:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144412 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index 44ee10699d5ea4bc58ac7ff9654f58bb7a68bd91..9684f4576dcf202b79e454c416a2e2cb4f8f19f2 100644 (file)
@@ -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,