]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo.
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 11:14:39 +0000 (11:14 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 11:14:39 +0000 (11:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38769 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/sh.md

index cd8c6d04f94b918b1a7bb0e52505a4749d003ba3..1acbdf345855f2e06c17cd42fd17379f183e60cb 100644 (file)
@@ -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).
 ; 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,