From: Nico Weber Date: Mon, 9 Mar 2015 02:34:29 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: llvmorg-3.7.0-rc1~9828 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9af63b22a5e5e3f5dc921dc987ccf96dabb87b43;p=platform%2Fupstream%2Fllvm.git Fix typo in comment. llvm-svn: 231622 --- diff --git a/clang/lib/Sema/SemaStmt.cpp b/clang/lib/Sema/SemaStmt.cpp index bc5c155..aaf29db 100644 --- a/clang/lib/Sema/SemaStmt.cpp +++ b/clang/lib/Sema/SemaStmt.cpp @@ -3184,7 +3184,7 @@ Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, Diag(AtLoc, diag::err_objc_exceptions_disabled) << "@throw"; if (!Throw) { - // @throw without an expression designates a rethrow (which much occur + // @throw without an expression designates a rethrow (which must occur // in the context of an @catch clause). Scope *AtCatchParent = CurScope; while (AtCatchParent && !AtCatchParent->isAtCatchScope())