[cfe-commits] r144120 - /cfe/trunk/include/clang-c/Index.h

Douglas Gregor dgregor at apple.com
Tue Nov 8 13:07:04 PST 2011


Author: dgregor
Date: Tue Nov  8 15:07:04 2011
New Revision: 144120

URL: http://llvm.org/viewvc/llvm-project?rev=144120&view=rev
Log:
Fix comment typos

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=144120&r1=144119&r2=144120&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Tue Nov  8 15:07:04 2011
@@ -1744,7 +1744,7 @@
    */
   CXCursor_AsmStmt                       = 215,
 
-  /** \brief Objective-C's overall @try- at catc-@finall statement.
+  /** \brief Objective-C's overall @try- at catch-@finally statement.
    */
   CXCursor_ObjCAtTryStmt                 = 216,
 





More information about the cfe-commits mailing list