aboutsummaryrefslogtreecommitdiff
path: root/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
commitf110a9c6876e36ef77a54b191ea4ecf3443ac620 (patch)
tree0a1a60dfc8182739cdbc735241f55050f0ef1dae /lib/Driver/Driver.cpp
parent6c7db8967c383d859eab6d541db816adbeb837a9 (diff)
Fix up grammar a bit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r--lib/Driver/Driver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp
index 969520de1f..606555e3db 100644
--- a/lib/Driver/Driver.cpp
+++ b/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;