diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-20 17:58:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-20 17:58:43 +0000 |
commit | 1dd27b157bbe7d9e44fa72abbc8b0f08eba804ec (patch) | |
tree | 09a26099dcce60ceefe122dfdd345e04eda408a9 /tools/gccld/gccld.h | |
parent | 943211187d72eb27d4f54de9ac7e5786e72b38e1 (diff) |
fix file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9294 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccld/gccld.h')
-rw-r--r-- | tools/gccld/gccld.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gccld/gccld.h b/tools/gccld/gccld.h index c98ca6c05f..39458d9b7e 100644 --- a/tools/gccld/gccld.h +++ b/tools/gccld/gccld.h @@ -1,4 +1,4 @@ -//===- util.h - Utility functions header file -----------------------------===// +//===- gccld.h - Utility functions header file ----------------------------===// // // The LLVM Compiler Infrastructure // @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file contains function prototypes for the functions in util.cpp. // |