Fix Punctuation.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 5 Oct 2010 19:48:12 +0000 (19:48 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 5 Oct 2010 19:48:12 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115657 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/WinCOFFObjectWriter.cpp

index a09769189625057558c99ca76fb9c721de0e54dc..5ebdb714a2629c93cf1884c1796aaf30bb2276f1 100644 (file)
@@ -657,7 +657,7 @@ void WinCOFFObjectWriter::RecordRelocation(const MCAssembler &Asm,
   Reloc.Data.SymbolTableIndex = 0;
   Reloc.Data.VirtualAddress = Layout.getFragmentOffset(Fragment);
 
-  // turn relocations for temporary symbols into section relocations
+  // Turn relocations for temporary symbols into section relocations.
   if (coff_symbol->MCData->getSymbol().isTemporary()) {
     Reloc.Symb = coff_symbol->Section->Symbol;
     FixedValue += Layout.getFragmentOffset(coff_symbol->MCData->Fragment)