diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Bytecode/Reader/ArchiveReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Reader/ArchiveReader.cpp b/llvm/lib/Bytecode/Reader/ArchiveReader.cpp index 6a3f7abf9b6..be023538e18 100644 --- a/llvm/lib/Bytecode/Reader/ArchiveReader.cpp +++ b/llvm/lib/Bytecode/Reader/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 |