[llvm] r223758 - test commit (spelling correction)
Mohit K. Bhakkad
mohit.bhakkad at imgtec.com
Mon Dec 8 22:31:07 PST 2014
Author: mohit.bhakkad
Date: Tue Dec 9 00:31:07 2014
New Revision: 223758
URL: http://llvm.org/viewvc/llvm-project?rev=223758&view=rev
Log:
test commit (spelling correction)
Modified:
llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
Modified: llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp?rev=223758&r1=223757&r2=223758&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp (original)
+++ llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp Tue Dec 9 00:31:07 2014
@@ -219,7 +219,7 @@ unsigned MipsELFObjectWriter::GetRelocTy
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) {
More information about the llvm-commits
mailing list