test commit (spelling correction)
authorKumar Sukhani <kumarsukhani@gmail.com>
Thu, 11 Dec 2014 08:33:36 +0000 (08:33 +0000)
committerKumar Sukhani <kumarsukhani@gmail.com>
Thu, 11 Dec 2014 08:33:36 +0000 (08:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224007 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp

index f24b4193b43e04d91373eedfe26335bb03bea59c..45e02338e8d75ee61cd78f1b528a77ee7a80fb1a 100644 (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) {