Commit 4312bb18 by Mike Stump

Fix typo in comment.

From-SVN: r169078
parent 7f9f095e
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
;; output (such as umull) make their results available in two cycles; ;; output (such as umull) make their results available in two cycles;
;; the least significant word is available before the most significant ;; the least significant word is available before the most significant
;; word. That fact is not modeled; instead, the instructions are ;; 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. ;; cycle in which both words are available.
;; The "umull", "umlal", "smull", and "smlal" instructions all take ;; The "umull", "umlal", "smull", and "smlal" instructions all take
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment