* partition.h: Fix misspelling of `implementation'.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 May 2001 21:00:55 +0000 (21:00 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 May 2001 21:00:55 +0000 (21:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42171 138bc75d-0d04-0410-961f-82ee72b054a4

include/ChangeLog
include/partition.h

index d788ce2..648a8be 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.