From f2d40127e2d0a0ca0be19db29963e37032fc984a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 22 Oct 2001 09:06:34 +0000 Subject: [PATCH] Fix typo From-SVN: r46406 --- gcc/ChangeLog | 4 ++++ gcc/sched-int.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d22dceeb8d7..d23a74bc06a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-10-22 Nick Clifton + + * sched-int.h: Fix typo in GCC preamble. + 2001-10-21 Craig Rodrigues PR debug/4252 diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 0637813d764..2a9695e170a 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. */ -- 2.30.2