]> granicus.if.org Git - clang/commitdiff
Fix comment typos
authorDouglas Gregor <dgregor@apple.com>
Tue, 8 Nov 2011 21:07:04 +0000 (21:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 8 Nov 2011 21:07:04 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144120 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index e6cd9691164d22f719c3970d2ba6591c828998d4..10fa53853ac0bcadc95c009e44fd03a001559015 100644 (file)
@@ -1744,7 +1744,7 @@ enum CXCursorKind {
    */
   CXCursor_AsmStmt                       = 215,
 
-  /** \brief Objective-C's overall @try-@catc-@finall statement.
+  /** \brief Objective-C's overall @try-@catch-@finally statement.
    */
   CXCursor_ObjCAtTryStmt                 = 216,