From 3f54d48a75234efdbbfcd503fd316a78ffd4b50d Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 8 Nov 2011 21:07:04 +0000 Subject: [PATCH] Fix comment typos git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144120 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang-c/Index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index e6cd969116..10fa53853a 100644 --- a/include/clang-c/Index.h +++ b/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, -- 2.50.1