[llvm] r221652 - speling.
Nico Weber
nicolasweber at gmx.de
Mon Nov 10 17:13:43 PST 2014
Author: nico
Date: Mon Nov 10 19:13:42 2014
New Revision: 221652
URL: http://llvm.org/viewvc/llvm-project?rev=221652&view=rev
Log:
speling.
Modified:
llvm/trunk/lib/MC/WinCOFFObjectWriter.cpp
Modified: llvm/trunk/lib/MC/WinCOFFObjectWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/WinCOFFObjectWriter.cpp?rev=221652&r1=221651&r2=221652&view=diff
==============================================================================
--- llvm/trunk/lib/MC/WinCOFFObjectWriter.cpp (original)
+++ llvm/trunk/lib/MC/WinCOFFObjectWriter.cpp Mon Nov 10 19:13:42 2014
@@ -694,7 +694,7 @@ void WinCOFFObjectWriter::RecordRelocati
// 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;
More information about the llvm-commits
mailing list