The eventual name of this will be clang, might as well start now.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67241 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp
index f3d2410..6c0668b 100644
--- a/lib/Driver/Driver.cpp
+++ b/lib/Driver/Driver.cpp
@@ -228,7 +228,7 @@
 #endif
   // FIXME: The following handlers should use a callback mechanism, we
   // don't know what the client would like to do.
-  llvm::errs() << "ccc version 1.0 (" << vers << " " << revision << ")" << "\n";
+  llvm::errs() << "clang version 1.0 (" << vers << " " << revision << ")" << "\n";
   // FIXME: Add cmake support and remove #ifdef
 #ifdef TARGET_TRIPLE
   llvm::errs() << "Target: " << TARGET_TRIPLE << "\n";