From: Chris Lattner Date: Fri, 25 Oct 2002 22:53:56 +0000 (+0000) Subject: Fix typo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2ee9aa1072f13eec6fdc1ab900aec6ede3e7ad13;p=oota-llvm.git Fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4281 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Bytecode/Reader.h b/include/llvm/Bytecode/Reader.h index 6249c45b9a5..2470fbb85ad 100644 --- a/include/llvm/Bytecode/Reader.h +++ b/include/llvm/Bytecode/Reader.h @@ -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