Fix some typos 165739, spotted by Duncan.

llvm-svn: 165753
This commit is contained in:
Jan Wen Voung
2012-10-11 21:45:16 +00:00
parent dc12c45058
commit 8c9e941196
2 changed files with 2 additions and 2 deletions

View File

@@ -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.