test commit (spelling correction)

llvm-svn: 224007
This commit is contained in:
Kumar Sukhani 2014-12-11 08:33:36 +00:00
parent 096ff7dcd6
commit fb60e77fcc
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ ARMELFObjectWriter::~ARMELFObjectWriter() {}
bool ARMELFObjectWriter::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) {