diff options
author | Nico Weber <nicolasweber@gmx.de> | 2014-11-11 01:13:42 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2014-11-11 01:13:42 +0000 |
commit | 7f654a8e8f68b91efea0c71bcf327478cc2c168f (patch) | |
tree | c7d7ad3e70b7951760fe6f1e8a2807761b793245 | |
parent | f37ccc181d5ee776d319eb7dc0607b1a4d6f8a83 (diff) | |
download | bcm5719-llvm-7f654a8e8f68b91efea0c71bcf327478cc2c168f.tar.gz bcm5719-llvm-7f654a8e8f68b91efea0c71bcf327478cc2c168f.zip |
speling.
llvm-svn: 221652
-rw-r--r-- | llvm/lib/MC/WinCOFFObjectWriter.cpp | 2 |
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; |