Minor code cleanups. NFC.
llvm-svn: 263694
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp
index 2849d51..ae876a6 100644
--- a/clang/lib/Driver/Tools.cpp
+++ b/clang/lib/Driver/Tools.cpp
@@ -417,7 +417,7 @@
++AI;
if (getToolChain().getDriver().IsCLMode()) {
- // In clang-cl mode, /Ycfoo.h means that all code up to a foo.h
+ // In clang-cl mode, /Ycfoo.h means that all code up to a foo.h
// include is compiled into foo.h, and everything after goes into
// the .obj file. /Yufoo.h means that all includes prior to and including
// foo.h are completely skipped and replaced with a use of the pch file