Fix a comment cut-&-pasto.
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
index 2a383e4840d26332ec142b13165a308b982a477a..095b1ce155b0e911f3d625738bb6ac9506f2d01f 100644 (file)
@@ -1179,7 +1179,7 @@ public:
     return false;
   }
 
-  /// Return true if an fneg operation is free to the point where it is never
+  /// Return true if an fabs operation is free to the point where it is never
   /// worthwhile to replace it with a bitwise operation.
   virtual bool isFAbsFree(EVT VT) const {
     assert(VT.isFloatingPoint());