From acda7df68b64102131b4e302c80c842e0d30b870 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 11 Sep 2003 22:34:13 +0000 Subject: Fixed spelling and grammar. llvm-svn: 8489 --- llvm/lib/Bytecode/Writer/InstructionWriter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/Bytecode/Writer/InstructionWriter.cpp') diff --git a/llvm/lib/Bytecode/Writer/InstructionWriter.cpp b/llvm/lib/Bytecode/Writer/InstructionWriter.cpp index 64dc65e9d69..da32c03e70a 100644 --- a/llvm/lib/Bytecode/Writer/InstructionWriter.cpp +++ b/llvm/lib/Bytecode/Writer/InstructionWriter.cpp @@ -52,7 +52,7 @@ static void outputInstructionFormat0(const Instruction *I, unsigned Opcode, } -// outputInstrVarArgsCall - Output the obsurdly annoying varargs function calls. +// outputInstrVarArgsCall - Output the absurdly annoying varargs function calls. // This are more annoying than most because the signature of the call does not // tell us anything about the types of the arguments in the varargs portion. // Because of this, we encode (as type 0) all of the argument types explicitly @@ -271,6 +271,6 @@ void BytecodeWriter::processInstruction(const Instruction &I) { } // If we weren't handled before here, we either have a large number of - // operands or a large operand index that we are refering to. + // operands or a large operand index that we are referring to. outputInstructionFormat0(&I, Opcode, Table, Type, Out); } -- cgit v1.2.3