diff --git a/include/ChangeLog b/include/ChangeLog
index d788ce2a9c5633cd590fad5645d2febc57fa9082..648a8befa12680bf0015584ab0b638f63592f03c 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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.
diff --git a/include/partition.h b/include/partition.h
index f49d67a8cadac356a02689288034a885aa6e9d72..091655ac01d06d188b4e7cad34dfb4f5adb4890a 100644
--- a/include/partition.h
+++ b/include/partition.h
@@ -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.