From: Douglas Gregor Date: Tue, 8 Nov 2011 21:07:04 +0000 (+0000) Subject: Fix comment typos X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f54d48a75234efdbbfcd503fd316a78ffd4b50d;p=clang Fix comment typos git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144120 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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,