summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorJan Wen Voung <jvoung@google.com>2012-10-11 21:45:16 +0000
committerJan Wen Voung <jvoung@google.com>2012-10-11 21:45:16 +0000
commit8c9e94119682db6ffbfe4b5803b40e9bf6525394 (patch)
tree4fb986fbb3178279befa64fb5c5fb6bbee03f42c /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parentdc12c4505865fde26438e7df6e96e3bb9bba15fd (diff)
downloadbcm5719-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.cpp2
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.
OpenPOWER on IntegriCloud