Fix some typos 165739, spotted by Duncan.
[oota-llvm.git] / lib / Bitcode / Writer / BitcodeWriter.cpp
index efa60b8e0763c714af6cf480d8b882e56b114153..60c657ae6dd43585e84c397e2393f80416eaf926 100644 (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.