* partition.c: Fix misspelling of `implementation'.
authorMatt Kraai <kraai@alumni.carnegiemellon.edu>
Wed, 16 May 2001 20:44:03 +0000 (20:44 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 16 May 2001 20:44:03 +0000 (20:44 +0000)
From-SVN: r42170

libiberty/ChangeLog
libiberty/partition.c

index b496d513b5a878d2b0ec2354ec86b1914727c82a..a1ccd0e3d462a1ad60ab9400e95fa20b367a8eb8 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 a5a734937ae9edb7d3fcf55eb7afbe3399a71efc..07154722079049ee6979cabba9119997646c9d4c 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.