diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-27 06:18:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-27 06:18:25 +0000 |
commit | 0ce80cd542c7872df6189419e6cb8e57509bfacb (patch) | |
tree | ec9e946fda162549ffe55ea7b131ded9bd807ba0 /llvm/lib/Bytecode | |
parent | dc166eb8f7e23fecc2e0d6c67646f496c788943c (diff) | |
download | bcm5719-llvm-0ce80cd542c7872df6189419e6cb8e57509bfacb.tar.gz bcm5719-llvm-0ce80cd542c7872df6189419e6cb8e57509bfacb.zip |
Fix spelling, patch contributed by Gabor Greif!
llvm-svn: 20343
Diffstat (limited to 'llvm/lib/Bytecode')
-rw-r--r-- | llvm/lib/Bytecode/Writer/Writer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp index 98a4234a410..5218c9e8c9b 100644 --- a/llvm/lib/Bytecode/Writer/Writer.cpp +++ b/llvm/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>] |