From 0e751f46c510a244c2b8665ab05a6f5a89085ed1 Mon Sep 17 00:00:00 2001
From: gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 16 May 2001 21:00:55 +0000
Subject: [PATCH] 	* partition.h: Fix misspelling of `implementation'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42171 138bc75d-0d04-0410-961f-82ee72b054a4
---
 include/ChangeLog   | 4 ++++
 include/partition.h | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/include/ChangeLog b/include/ChangeLog
index d788ce2a9c56..648a8befa126 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 f49d67a8cada..091655ac01d0 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.
-- 
GitLab