[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Sep 14 19:34:01 PDT 2003
Changes in directory llvm/lib/Bytecode/Writer:
Writer.cpp updated: 1.37 -> 1.38
---
Log message:
Fix a spello Misha made while fixing one of my appostrifications
---
Diffs of the changes:
Index: llvm/lib/Bytecode/Writer/Writer.cpp
diff -u llvm/lib/Bytecode/Writer/Writer.cpp:1.37 llvm/lib/Bytecode/Writer/Writer.cpp:1.38
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.37 Thu Sep 11 17:31:47 2003
+++ llvm/lib/Bytecode/Writer/Writer.cpp Sun Sep 14 19:33:20 2003
@@ -3,7 +3,7 @@
// This library implements the functionality defined in llvm/Bytecode/Writer.h
//
// Note that this file uses an unusual technique of outputting all the bytecode
-// to a deque of unsigned chare, then copies the deque to an ostream. The
+// to a deque of unsigned char, then copies the deque to an ostream. The
// reason for this is that we must do "seeking" in the stream to do back-
// patching, and some very important ostreams that we want to support (like
// pipes) do not support seeking. :( :( :(
More information about the llvm-commits
mailing list