Skip to content

Commit 301f6f6

Browse files
authored
Merge pull request #5924 from Jnosh/comment-typo
2 parents a288d7c + 06b3a0f commit 301f6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Frontend/CompilerInvocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ static bool ParseDiagnosticArgs(DiagnosticOptions &Opts, ArgList &Args,
10281028
Opts.WarningsAsErrors |= Args.hasArg(OPT_warnings_as_errors);
10291029

10301030
assert(!(Opts.WarningsAsErrors && Opts.SuppressWarnings) &&
1031-
"conflicting arguments; should of been caught by driver");
1031+
"conflicting arguments; should have been caught by driver");
10321032

10331033
return false;
10341034
}

0 commit comments

Comments
 (0)