summaryrefslogtreecommitdiffstats
path: root/include/clang-c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-11-08 21:07:04 +0000
committerDouglas Gregor <dgregor@apple.com>2011-11-08 21:07:04 +0000
commit3f54d48a75234efdbbfcd503fd316a78ffd4b50d (patch)
treef53ea0b38135e14990f3bc560e5186672fd2c645 /include/clang-c
parentf21a92d35953adb038ffbe37cd1a4083e0df0ec0 (diff)
Fix comment typos
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang-c')
-rw-r--r--include/clang-c/Index.h2
1 files changed, 1 insertions, 1 deletions
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,