diff options
| author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-07 11:14:39 +0000 |
|---|---|---|
| committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-07 11:14:39 +0000 |
| commit | efbff031edc64eb2cc8fe8df48421a23eab1a44b (patch) | |
| tree | d0994c583ac2cdf3c267d16a846401711ad82dce /gcc | |
| parent | 394e7337d078347350e20db4f8a0f8391a24f489 (diff) | |
| download | ppe42-gcc-efbff031edc64eb2cc8fe8df48421a23eab1a44b.tar.gz ppe42-gcc-efbff031edc64eb2cc8fe8df48421a23eab1a44b.zip | |
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38769 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/config/sh/sh.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index cd8c6d04f94..1acbdf34585 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -1,5 +1,5 @@ ;;- Machine description for the Hitachi SH. -;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 +;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 ;; Free Software Foundation, Inc. ;; Contributed by Steve Chamberlain (sac@cygnus.com). ;; Improved by Jim Wilson (wilson@cygnus.com). @@ -191,7 +191,7 @@ ; In machine_dependent_reorg, we split all branches that are longer than ; 2 bytes. -;; The maximum range used for SImode constant pool entrys is 1018. A final +;; The maximum range used for SImode constant pool entries is 1018. A final ;; instruction can add 8 bytes while only being 4 bytes in size, thus we ;; can have a total of 1022 bytes in the pool. Add 4 bytes for a branch ;; instruction around the pool table, 2 bytes of alignment before the table, |

