llvm-svn: 287947
This commit is contained in:
Joerg Sonnenberger 2016-11-25 20:15:57 +00:00
parent 2555952ba8
commit 92d91569a1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
namespace clang {
namespace tooling {
/// Add -fsyntax-only option to the commnand line arguments.
/// Add -fsyntax-only option to the command line arguments.
ArgumentsAdjuster getClangSyntaxOnlyAdjuster() {
return [](const CommandLineArguments &Args, StringRef /*unused*/) {
CommandLineArguments AdjustedArgs;