summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-02-18 04:38:06 +0000
committerEric Christopher <echristo@gmail.com>2013-02-18 04:38:06 +0000
commitc32fb5969c2f330960f2c6afdfb8997f729d6e2e (patch)
treed9eca30efe357c9b3dea8e46b9695bdde5d98817 /clang/lib/Driver/Driver.cpp
parentc40f4e5899aa9b8d4b4cac1883558f61aa866eb4 (diff)
downloadbcm5719-llvm-c32fb5969c2f330960f2c6afdfb8997f729d6e2e.tar.gz
bcm5719-llvm-c32fb5969c2f330960f2c6afdfb8997f729d6e2e.zip
Fix up grammar a bit.
llvm-svn: 175418
Diffstat (limited to 'clang/lib/Driver/Driver.cpp')
-rw-r--r--clang/lib/Driver/Driver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp
index 969520de1fa..606555e3dbe 100644
--- a/clang/lib/Driver/Driver.cpp
+++ b/clang/lib/Driver/Driver.cpp
@@ -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;
OpenPOWER on IntegriCloud