Fix header commentary.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 13 Aug 2004 20:25:54 +0000 (20:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 13 Aug 2004 20:25:54 +0000 (20:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15729 91177308-0d34-0410-b5e6-96231b3b80d8

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).
 //
 //===------------------------------------------------------------------------===