Fix a comment.

llvm-svn: 187502
This commit is contained in:
Hans Wennborg 2013-07-31 16:57:56 +00:00
parent d527154ab3
commit ec99382b54
1 changed files with 1 additions and 1 deletions

View File

@ -2718,7 +2718,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
Args.AddLastArg(CmdArgs, options::OPT_w);
// Handle -{std, ansi, trigraphs} -- take the last of -{std, ansi}
// (-ansi is equivalent to -std=c89).
// (-ansi is equivalent to -std=c89 or -std=c++98).
//
// If a std is supplied, only add -trigraphs if it follows the
// option.