Fix header commentary.
[oota-llvm.git] / tools / llvmc / CompilerDriver.cpp
index 7a639b38cdc6e554fcf4a4c6ecc60895a0eebc2a..f1d3e58bad9c927334436837a6a6b4f8a86f3e9b 100644 (file)
@@ -1,4 +1,4 @@
-//===- DriverAction.cpp - Compile Driver Actions ----------------*- C++ -*-===//
+//===- CompilerDriver.cpp - The LLVM Compiler Driver ------------*- C++ -*-===//
 //
 // 
 //                     The LLVM Compiler Infrastructure
@@ -8,8 +8,7 @@
 // 
 //===----------------------------------------------------------------------===//
 //
-// This file implements support for executable actions in the LLVM Compiler
-// Driver (llvmc).
+// This file implements the bulk of the LLVM Compiler Driver (llvmc).
 //
 //===------------------------------------------------------------------------===