diff options
author | Mohit K. Bhakkad <mohit.bhakkad@imgtec.com> | 2014-12-09 06:31:07 +0000 |
---|---|---|
committer | Mohit K. Bhakkad <mohit.bhakkad@imgtec.com> | 2014-12-09 06:31:07 +0000 |
commit | e38c32ffec40af106cddd95cec87355ce41129f6 (patch) | |
tree | 6bd64668220cf31baf73f7c797bee2a91615b20d /llvm/lib | |
parent | c69bb43f35cc89a758ed5569d28b2fa6f83a80d2 (diff) | |
download | bcm5719-llvm-e38c32ffec40af106cddd95cec87355ce41129f6.tar.gz bcm5719-llvm-e38c32ffec40af106cddd95cec87355ce41129f6.zip |
test commit (spelling correction)
llvm-svn: 223758
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp b/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp index 4ea7846f83f..d47a49bdd5f 100644 --- a/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp +++ b/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp @@ -219,7 +219,7 @@ unsigned MipsELFObjectWriter::GetRelocType(const MCValue &Target, bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbolData &SD, unsigned Type) const { - // FIXME: This is extremelly conservative. This really needs to use a + // FIXME: This is extremely conservative. This really needs to use a // whitelist with a clear explanation for why each realocation needs to // point to the symbol, not to the section. switch (Type) { |