speling.
authorNico Weber <nicolasweber@gmx.de>
Tue, 11 Nov 2014 01:13:42 +0000 (01:13 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 11 Nov 2014 01:13:42 +0000 (01:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221652 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/WinCOFFObjectWriter.cpp

index 3191ba30663f089114abe69dcbdd88da184cf219..e5f4565dafc1bd2ec8226e12ae237bbeb25c87e5 100644 (file)
@@ -694,7 +694,7 @@ void WinCOFFObjectWriter::RecordRelocation(const MCAssembler &Asm,
     // Offset of the symbol in the section
     int64_t a = Layout.getSymbolOffset(&B_SD);
 
-    // Ofeset of the relocation in the section
+    // Offset of the relocation in the section
     int64_t b = Layout.getFragmentOffset(Fragment) + Fixup.getOffset();
 
     FixedValue = b - a;