From: Jeff Law Date: Wed, 6 Jan 1993 15:55:05 +0000 (-0700) Subject: Fix spelling typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc6cef11aa13819e9c3ae29b2683ce6a7e59efda;p=gcc.git Fix spelling typo. From-SVN: r3120 --- diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index b0be1a80772..6c4740d78f4 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -1356,7 +1356,7 @@ ;; Use move in the last type.. This case happens often with xmpyu ;; and in nearly all cases we only access the data from the first ;; of the two loads generated, and that can't stall on a data conflict -;; be cause of the second load. +;; because of the second load. [(set_attr "type" "move,store,load,misc,fpload,fpalu,move") (set_attr "length" "2,3,3,3,3,1,3")])