aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit7b8d94933d6c04ae11bc4607cab61b7d712c5c10 (patch)
tree66f8474da56deef56ac514d855e7a4b914e23c2d /lib/Bitcode/Writer/BitcodeWriter.cpp
parentfb384d61c78b60787ed65475d8403aee65023962 (diff)
downloadexternal_llvm-7b8d94933d6c04ae11bc4607cab61b7d712c5c10.zip
external_llvm-7b8d94933d6c04ae11bc4607cab61b7d712c5c10.tar.gz
external_llvm-7b8d94933d6c04ae11bc4607cab61b7d712c5c10.tar.bz2
Fix some typos 165739, spotted by Duncan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165753 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Writer/BitcodeWriter.cpp')
-rw-r--r--lib/Bitcode/Writer/BitcodeWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bitcode/Writer/BitcodeWriter.cpp b/lib/Bitcode/Writer/BitcodeWriter.cpp
index efa60b8..60c657a 100644
--- a/lib/Bitcode/Writer/BitcodeWriter.cpp
+++ b/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.