[clang-tidy] Fix a typo.

llvm-svn: 223777
This commit is contained in:
Alexander Kornienko 2014-12-09 15:02:17 +00:00
parent 04ca0bba9c
commit b0a9b70373
1 changed files with 3 additions and 2 deletions

View File

@ -324,8 +324,9 @@ int clangTidyMain(int argc, const char **argv) {
printStats(Stats);
if (DisableFixes)
llvm::errs() << "Found compiler errors, but -fix-error was not specified.\n"
"Fixes have NOT been applied.\n\n";
llvm::errs()
<< "Found compiler errors, but -fix-errors was not specified.\n"
"Fixes have NOT been applied.\n\n";
if (EnableCheckProfile)
printProfileData(Profile, llvm::errs());