From a3f185577ceff0648a252d1db1dec9a822f0659c Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 13 Aug 2004 20:25:54 +0000 Subject: [PATCH] Fix header commentary. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15729 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc/CompilerDriver.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/llvmc/CompilerDriver.cpp b/tools/llvmc/CompilerDriver.cpp index 7a639b38cdc..f1d3e58bad9 100644 --- a/tools/llvmc/CompilerDriver.cpp +++ b/tools/llvmc/CompilerDriver.cpp @@ -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). // //===------------------------------------------------------------------------=== -- 2.34.1