summaryrefslogtreecommitdiff
path: root/lib/Archive
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-22 23:42:00 +0000
committerChris Lattner <sabre@nondot.org>2003-09-22 23:42:00 +0000
commit23219d1dcbf1553a1cdc2155610965b07d26f531 (patch)
tree236c1784ac567fc0858357e0fa6ab95e9f9f17c9 /lib/Archive
parent6ee548d3378a874e657dec871786938629381c4a (diff)
downloadllvm-23219d1dcbf1553a1cdc2155610965b07d26f531.tar.gz
llvm-23219d1dcbf1553a1cdc2155610965b07d26f531.tar.bz2
llvm-23219d1dcbf1553a1cdc2155610965b07d26f531.tar.xz
Update file header for renamed file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Archive')
-rw-r--r--lib/Archive/ArchiveReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Archive/ArchiveReader.cpp b/lib/Archive/ArchiveReader.cpp
index 6a3f7abf9b..be023538e1 100644
--- a/lib/Archive/ArchiveReader.cpp
+++ b/lib/Archive/ArchiveReader.cpp
@@ -1,4 +1,4 @@
-//===- ReadArchive.cpp - Code to read LLVM bytecode from .a files ---------===//
+//===- ArchiveReader.cpp - Code to read LLVM bytecode from .a files -------===//
//
// This file implements the ReadArchiveFile interface, which allows a linker to
// read all of the LLVM bytecode files contained in a .a file. This file