Fix comment typos

llvm-svn: 144120
This commit is contained in:
Douglas Gregor 2011-11-08 21:07:04 +00:00
parent b1ac0813a6
commit 9bd86daa95
1 changed files with 1 additions and 1 deletions

View File

@ -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,