Add support for converting llvm.fma to fma4 instructions.
[oota-llvm.git] / lib / Target / TargetLoweringObjectFile.cpp
index 2570e0d0972b76066829ccd999b62edaa5070244..b74a0bd25d72fd75a42a302375ce696583b29516 100644 (file)
@@ -152,7 +152,7 @@ SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
   // a mergable string section, or general .data if it contains relocations.
   if (GVar->isConstant()) {
     // If the initializer for the global contains something that requires a
-    // relocation, then we may have to drop this into a wriable data section
+    // relocation, then we may have to drop this into a writable data section
     // even though it is marked const.
     switch (C->getRelocationInfo()) {
     case Constant::NoRelocation: