Fix typo in comment.
authorNico Weber <nicolasweber@gmx.de>
Mon, 9 Mar 2015 02:34:29 +0000 (02:34 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 9 Mar 2015 02:34:29 +0000 (02:34 +0000)
llvm-svn: 231622

clang/lib/Sema/SemaStmt.cpp

index bc5c155..aaf29db 100644 (file)
@@ -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())