summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-15 00:33:20 +0000
committerChris Lattner <sabre@nondot.org>2003-09-15 00:33:20 +0000
commitaf4c95a051a92ada61f287d95898a3bb0fd0e17d (patch)
treef0035eaafd5b69f44faaba62db4f65e790f22569 /llvm/lib/Bytecode/Writer
parent20c8c040f55a68af24cf40ab84d19a3e87c9790c (diff)
downloadbcm5719-llvm-af4c95a051a92ada61f287d95898a3bb0fd0e17d.tar.gz
bcm5719-llvm-af4c95a051a92ada61f287d95898a3bb0fd0e17d.zip
Fix a spello Misha made while fixing one of my appostrifications
llvm-svn: 8510
Diffstat (limited to 'llvm/lib/Bytecode/Writer')
-rw-r--r--llvm/lib/Bytecode/Writer/Writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp
index b119c3d7f7d..f3686372303 100644
--- a/llvm/lib/Bytecode/Writer/Writer.cpp
+++ b/llvm/lib/Bytecode/Writer/Writer.cpp
@@ -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. :( :( :(
OpenPOWER on IntegriCloud