mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-05 10:27:02 +00:00
Fix a spello Misha made while fixing one of my appostrifications
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8510 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fb5e060f2b
commit
abe83ae992
@ -3,7 +3,7 @@
|
|||||||
// This library implements the functionality defined in llvm/Bytecode/Writer.h
|
// This library implements the functionality defined in llvm/Bytecode/Writer.h
|
||||||
//
|
//
|
||||||
// Note that this file uses an unusual technique of outputting all the bytecode
|
// 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-
|
// 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
|
// patching, and some very important ostreams that we want to support (like
|
||||||
// pipes) do not support seeking. :( :( :(
|
// pipes) do not support seeking. :( :( :(
|
||||||
|
Loading…
Reference in New Issue
Block a user