fix typos in comment; NFC
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 372121b39ad24e796a7598eab52db92c9647435c..17660891635cc7c1d490ae66d0e9b8f2ec946a42 100644 (file)
@@ -642,9 +642,8 @@ namespace llvm {
     /// legal as the hook is used before type legalization.
     bool isSafeMemOpType(MVT VT) const override;
 
-    /// Returns true if the target allows
-    /// unaligned memory accesses. of the specified type. Returns whether it
-    /// is "fast" by reference in the second argument.
+    /// Returns true if the target allows unaligned memory accesses of the
+    /// specified type. Returns whether it is "fast" in the last argument.
     bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, unsigned Align,
                                        bool *Fast) const override;