r287947 - Typo.
Joerg Sonnenberger via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 25 12:15:58 PST 2016
Author: joerg
Date: Fri Nov 25 14:15:57 2016
New Revision: 287947
URL: http://llvm.org/viewvc/llvm-project?rev=287947&view=rev
Log:
Typo.
Modified:
cfe/trunk/lib/Tooling/ArgumentsAdjusters.cpp
Modified: cfe/trunk/lib/Tooling/ArgumentsAdjusters.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Tooling/ArgumentsAdjusters.cpp?rev=287947&r1=287946&r2=287947&view=diff
==============================================================================
--- cfe/trunk/lib/Tooling/ArgumentsAdjusters.cpp (original)
+++ cfe/trunk/lib/Tooling/ArgumentsAdjusters.cpp Fri Nov 25 14:15:57 2016
@@ -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;
More information about the cfe-commits
mailing list