From 9bd86daa9521b77972aa3d9038d1c6db7e9c215b Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 8 Nov 2011 21:07:04 +0000 Subject: [PATCH] Fix comment typos llvm-svn: 144120 --- clang/include/clang-c/Index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index e6cd9691164d..10fa53853ac0 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -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,