summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-11-11 01:13:42 +0000
committerNico Weber <nicolasweber@gmx.de>2014-11-11 01:13:42 +0000
commit7f654a8e8f68b91efea0c71bcf327478cc2c168f (patch)
treec7d7ad3e70b7951760fe6f1e8a2807761b793245
parentf37ccc181d5ee776d319eb7dc0607b1a4d6f8a83 (diff)
downloadbcm5719-llvm-7f654a8e8f68b91efea0c71bcf327478cc2c168f.tar.gz
bcm5719-llvm-7f654a8e8f68b91efea0c71bcf327478cc2c168f.zip
speling.
llvm-svn: 221652
-rw-r--r--llvm/lib/MC/WinCOFFObjectWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/WinCOFFObjectWriter.cpp b/llvm/lib/MC/WinCOFFObjectWriter.cpp
index 3191ba30663..e5f4565dafc 100644
--- a/llvm/lib/MC/WinCOFFObjectWriter.cpp
+++ b/llvm/lib/MC/WinCOFFObjectWriter.cpp
@@ -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;
OpenPOWER on IntegriCloud