]> granicus.if.org Git - clang/commitdiff
Fix up grammar a bit.
authorEric Christopher <echristo@gmail.com>
Mon, 18 Feb 2013 04:38:06 +0000 (04:38 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 18 Feb 2013 04:38:06 +0000 (04:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175418 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Driver.cpp

index 969520de1fa708b9d7e2c570546fb79ed75416c7..606555e3dbe61475f0f4ce067f16d27179dd0ad3 100644 (file)
@@ -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;