From patchwork Fri Jan 21 05:04:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: fix typo Date: Thu, 20 Jan 2011 19:04:42 -0000 From: Mike Stump X-Patchwork-Id: 79793 Message-Id: To: GCC Patches This just fixes a random typo I noticed... Index: gcc/gcc/config/arm/arm1026ejs.md =================================================================== --- gcc/gcc/config/arm/arm1026ejs.md (revision 169009) +++ gcc/gcc/config/arm/arm1026ejs.md (working copy) @@ -127,7 +127,7 @@ ;; output (such as umull) make their results available in two cycles; ;; the least significant word is available before the most significant ;; word. That fact is not modeled; instead, the instructions are -;; described.as if the entire result was available at the end of the +;; described as if the entire result was available at the end of the ;; cycle in which both words are available. ;; The "umull", "umlal", "smull", and "smlal" instructions all take