merge from gcc
authorDJ Delorie <dj@redhat.com>
Wed, 16 May 2001 21:04:30 +0000 (21:04 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 16 May 2001 21:04:30 +0000 (21:04 +0000)
include/ChangeLog
include/partition.h
libiberty/ChangeLog
libiberty/partition.c

index 69793df..09437b9 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
+
+       * partition.h: Fix misspelling of `implementation'.
+
 2001-05-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * ansidecl.h (NULL_PTR): Delete.
index f49d67a..091655a 100644 (file)
@@ -1,5 +1,5 @@
-/* List implentation of a partition of consecutive integers.
-   Copyright (C) 2000 Free Software Foundation, Inc.
+/* List implementation of a partition of consecutive integers.
+   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC.
 
    This file is part of GNU CC.
index b0f57f0..25ab13e 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
+
+       * partition.c: Fix misspelling of `implementation'.
+
 2001-05-09  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
 
        * md5.c (md5_init_ctx): Declare constants as unsigned.
index a5a7349..0715472 100644 (file)
@@ -1,5 +1,5 @@
-/* List implentation of a partition of consecutive integers.
-   Copyright (C) 2000 Free Software Foundation, Inc.
+/* List implementation of a partition of consecutive integers.
+   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC.
 
    This file is part of GNU CC.