Fix typo
authorChris Lattner <sabre@nondot.org>
Fri, 25 Oct 2002 22:53:56 +0000 (22:53 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Oct 2002 22:53:56 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4281 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bytecode/Reader.h

index 6249c45b9a50cc55b5d29d58f56bd33dc6990f9a..2470fbb85add06e69d7044aa45997022b66c424a 100644 (file)
@@ -1,6 +1,6 @@
 //===-- llvm/Bytecode/Reader.h - Reader for VM bytecode files ----*- C++ -*--=//
 //
-// This functionality is implemented by the lib/BytecodeReader library.
+// This functionality is implemented by the lib/Bytecode/Reader library.
 // This library is used to read VM bytecode files from an iostream.
 //
 // Note that performance of this library is _crucial_ for performance of the