This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix typo


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]