diff options
Diffstat (limited to 'lib/Bytecode/Writer/Writer.cpp')
-rw-r--r-- | lib/Bytecode/Writer/Writer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index 98a4234a41..5218c9e8c9 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/lib/Bytecode/Writer/Writer.cpp @@ -424,7 +424,7 @@ void BytecodeWriter::outputConstantStrings() { //===----------------------------------------------------------------------===// typedef unsigned char uchar; -// outputInstructionFormat0 - Output those wierd instructions that have a large +// outputInstructionFormat0 - Output those weird instructions that have a large // number of operands or have large operands themselves... // // Format: [opcode] [type] [numargs] [arg0] [arg1] ... [arg<numargs-1>] |