aboutsummaryrefslogtreecommitdiff
path: root/tools/driver/driver.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-03 05:55:11 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-03 05:55:11 +0000
commit1eb4e64eed08837b85a375d6a953503daa844f07 (patch)
tree7819605d412cff4e48141ff4c87c869f0929f7c1 /tools/driver/driver.cpp
parent2f3d01ee0d92f48110912b71dfe7da5158d0e4f7 (diff)
Sketch Driver Option classes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/driver/driver.cpp')
-rw-r--r--tools/driver/driver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/driver/driver.cpp b/tools/driver/driver.cpp
index 7c01e9b49b..919a870907 100644
--- a/tools/driver/driver.cpp
+++ b/tools/driver/driver.cpp
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
//
-// This is the entry point to the clang driver; it is a thin
-// wrapper for functionality in the Driver clang library.
+// This is the entry point to the clang driver; it is a thin wrapper
+// for functionality in the Driver clang library.
//
//===----------------------------------------------------------------------===//