diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-28 16:57:46 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-28 16:57:46 +0000 |
commit | 44666b15b1eb7d84e66e87ab1ff420084eac1f26 (patch) | |
tree | a5e0d8d97051d5793ccd7dc774e351e98b845c85 /lib/Bytecode/Reader/Reader.cpp | |
parent | 90c82b932278426a8c3485e87569dde1365e81b9 (diff) |
Fix doxygen comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Reader/Reader.cpp')
-rw-r--r-- | lib/Bytecode/Reader/Reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp index d44003c73a..293b908226 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<unsigned> &Oprnds, BasicBlock* BB) { BufPtr SaveAt = At; |