[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 26 22:16:28 PST 2005



Changes in directory llvm/lib/Bytecode/Writer:

Writer.cpp updated: 1.92 -> 1.93
---
Log message:

Fix spelling, patch contributed by Gabor Greif!


---
Diffs of the changes:  (+1 -1)

 Writer.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Bytecode/Writer/Writer.cpp
diff -u llvm/lib/Bytecode/Writer/Writer.cpp:1.92 llvm/lib/Bytecode/Writer/Writer.cpp:1.93
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.92	Sat Dec  4 15:28:47 2004
+++ llvm/lib/Bytecode/Writer/Writer.cpp	Sun Feb 27 00:16:15 2005
@@ -424,7 +424,7 @@
 //===----------------------------------------------------------------------===//
 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>]






More information about the llvm-commits mailing list