diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-18 00:00:40 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-18 00:00:40 -0400 |
commit | 0a1379a0306b616bc15c7ede33b1955adbbde8e7 (patch) | |
tree | d7d7cb61b3baffe56d0271557f2dc5f247b8610a /gcc | |
parent | b6e78be74b52ad73ef6073100e5d44531e8997d4 (diff) | |
download | gcc-0a1379a0306b616bc15c7ede33b1955adbbde8e7.zip gcc-0a1379a0306b616bc15c7ede33b1955adbbde8e7.tar.gz gcc-0a1379a0306b616bc15c7ede33b1955adbbde8e7.tar.bz2 |
Fix typos in comments.
From-SVN: r9740
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i960/i960.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i960/i960.md b/gcc/config/i960/i960.md index c03f3ed..da43500 100644 --- a/gcc/config/i960/i960.md +++ b/gcc/config/i960/i960.md @@ -24,7 +24,7 @@ ;; There are very few (4) 'f' registers, they can't be loaded/stored from/to ;; memory, and some instructions explicitly require them, so we get better -;; code by discouraging psuedo-registers from being allocated to them. +;; code by discouraging pseudo-registers from being allocated to them. ;; However, we do want to allow all patterns which can store to them to ;; include them in their constraints, so we always use '*f' in a destination ;; constraint except when 'f' is the only alternative. |