diff options
author | Jan Wen Voung <jvoung@google.com> | 2012-10-11 21:45:16 +0000 |
---|---|---|
committer | Jan Wen Voung <jvoung@google.com> | 2012-10-11 21:45:16 +0000 |
commit | 8c9e94119682db6ffbfe4b5803b40e9bf6525394 (patch) | |
tree | 4fb986fbb3178279befa64fb5c5fb6bbee03f42c /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | dc12c4505865fde26438e7df6e96e3bb9bba15fd (diff) | |
download | bcm5719-llvm-8c9e94119682db6ffbfe4b5803b40e9bf6525394.tar.gz bcm5719-llvm-8c9e94119682db6ffbfe4b5803b40e9bf6525394.zip |
Fix some typos 165739, spotted by Duncan.
llvm-svn: 165753
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
-rw-r--r-- | llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp index efa60b8e076..60c657ae6dd 100644 --- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp @@ -1552,7 +1552,7 @@ static void WriteFunction(const Function &F, ValueEnumerator &VE, static void WriteBlockInfo(const ValueEnumerator &VE, BitstreamWriter &Stream) { // We only want to emit block info records for blocks that have multiple // instances: CONSTANTS_BLOCK, FUNCTION_BLOCK and VALUE_SYMTAB_BLOCK. - // Other blocks can defined their abbrevs inline. + // Other blocks can define their abbrevs inline. Stream.EnterBlockInfoBlock(2); { // 8-bit fixed-width VST_ENTRY/VST_BBENTRY strings. |