diff options
author | Nick Clifton <nickc@cambridge.redhat.com> | 2001-10-22 09:06:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2001-10-22 09:06:34 +0000 |
commit | f2d40127e2d0a0ca0be19db29963e37032fc984a (patch) | |
tree | 5ffff7b0c83e4247e32d4970d805057b0cd1939d | |
parent | 92989aed096d98b01653268e459a0b378cc65436 (diff) | |
download | gcc-f2d40127e2d0a0ca0be19db29963e37032fc984a.zip gcc-f2d40127e2d0a0ca0be19db29963e37032fc984a.tar.gz gcc-f2d40127e2d0a0ca0be19db29963e37032fc984a.tar.bz2 |
Fix typo
From-SVN: r46406
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/sched-int.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d22dcee..d23a74b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-10-22 Nick Clifton <nickc@cambridge.redhat.com> + + * sched-int.h: Fix typo in GCC preamble. + 2001-10-21 Craig Rodrigues <rodrigc@gcc.gnu.org> PR debug/4252 diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 0637813..2a9695e 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -16,8 +16,8 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GCC; see the file COPYING. If not, write to the Free the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +along with GCC; see the file COPYING. If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Forward declaration. */ |