From 349717934a1ed8bc43af27abb25b6cfa497e4a7e Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 28 Sep 2004 16:57:46 +0000 Subject: Fix doxygen comment llvm-svn: 16542 --- llvm/lib/Bytecode/Reader/Reader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Bytecode/Reader/Reader.cpp') diff --git a/llvm/lib/Bytecode/Reader/Reader.cpp b/llvm/lib/Bytecode/Reader/Reader.cpp index d44003c73a1..293b9082263 100644 --- a/llvm/lib/Bytecode/Reader/Reader.cpp +++ b/llvm/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; -- cgit v1.2.3