diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2011-01-21 05:03:44 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-01-21 05:03:44 +0000 |
commit | 4312bb184ca46af155be765ab73d03b1e898bb65 (patch) | |
tree | a1bc3af17c5c783beb49113b995f7bf7e471629a /gcc/config | |
parent | 7f9f095e3a2dd46a8067fc3513a35c635efac939 (diff) | |
download | gcc-4312bb184ca46af155be765ab73d03b1e898bb65.zip gcc-4312bb184ca46af155be765ab73d03b1e898bb65.tar.gz gcc-4312bb184ca46af155be765ab73d03b1e898bb65.tar.bz2 |
Fix typo in comment.
From-SVN: r169078
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/arm/arm1026ejs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm1026ejs.md b/gcc/config/arm/arm1026ejs.md index 0d33f99..e622136 100644 --- a/gcc/config/arm/arm1026ejs.md +++ b/gcc/config/arm/arm1026ejs.md @@ -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 |