From: Misha Brukman Date: Tue, 28 Sep 2004 16:57:46 +0000 (+0000) Subject: Fix doxygen comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=44666b15b1eb7d84e66e87ab1ff420084eac1f26;p=oota-llvm.git Fix doxygen comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16542 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp index d44003c73a1..293b9082263 100644 --- a/lib/Bytecode/Reader/Reader.cpp +++ b/lib/Bytecode/Reader/Reader.cpp @@ -547,7 +547,7 @@ void BytecodeReader::insertArguments(Function* F) { /// This method parses a single instruction. The instruction is /// inserted at the end of the \p BB provided. The arguments of -/// the instruction are provided in the \p Args vector. +/// the instruction are provided in the \p Oprnds vector. void BytecodeReader::ParseInstruction(std::vector &Oprnds, BasicBlock* BB) { BufPtr SaveAt = At;