r231622 - Fix typo in comment.
Nico Weber
nicolasweber at gmx.de
Sun Mar 8 19:34:29 PDT 2015
Author: nico
Date: Sun Mar 8 21:34:29 2015
New Revision: 231622
URL: http://llvm.org/viewvc/llvm-project?rev=231622&view=rev
Log:
Fix typo in comment.
Modified:
cfe/trunk/lib/Sema/SemaStmt.cpp
Modified: cfe/trunk/lib/Sema/SemaStmt.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaStmt.cpp?rev=231622&r1=231621&r2=231622&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaStmt.cpp (original)
+++ cfe/trunk/lib/Sema/SemaStmt.cpp Sun Mar 8 21:34:29 2015
@@ -3184,7 +3184,7 @@ Sema::ActOnObjCAtThrowStmt(SourceLocatio
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())
More information about the cfe-commits
mailing list