r175418 - Fix up grammar a bit.

Eric Christopher echristo at gmail.com
Sun Feb 17 20:38:06 PST 2013


Author: echristo
Date: Sun Feb 17 22:38:06 2013
New Revision: 175418

URL: http://llvm.org/viewvc/llvm-project?rev=175418&view=rev
Log:
Fix up grammar a bit.

Modified:
    cfe/trunk/lib/Driver/Driver.cpp

Modified: cfe/trunk/lib/Driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Driver.cpp?rev=175418&r1=175417&r2=175418&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Driver.cpp (original)
+++ cfe/trunk/lib/Driver/Driver.cpp Sun Feb 17 22:38:06 2013
@@ -34,8 +34,8 @@
 #include "llvm/Support/raw_ostream.h"
 #include <map>
 
-// FIXME: It would prevent to include llvm-config.h
-// if it were included before system_error.h.
+// FIXME: It would prevent us from including llvm-config.h
+// if config.h were included before system_error.h.
 #include "clang/Config/config.h"
 
 using namespace clang::driver;





More information about the cfe-commits mailing list