Typo.
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 25 Nov 2016 20:15:57 +0000 (20:15 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 25 Nov 2016 20:15:57 +0000 (20:15 +0000)
llvm-svn: 287947

clang/lib/Tooling/ArgumentsAdjusters.cpp

index 2f3d829..48b925c 100644 (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;