This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

misspelling of `implementation' in partition.[ch] headers


Howdy,

In the partition.[ch] headers, `implementation' is misspelled as
`implentation'.  The following patch fixes this.  I didn't
bootstrap or test it, but as the changes are all within comments I
don't think that it necessary.

Matt

libiberty/ChangeLog:

2001-05-14  Matt Kraai  <kraai@alumni.carnegiemellon.edu>

	* partition.c: Fix misspelling of `implementation'.

include/ChangeLog:

2001-05-14  Matt Kraai  <kraai@alumni.carnegiemellon.edu>

	* partition.h: Fix misspelling of `implementation'.

Index: libiberty/partition.c
===================================================================
RCS file: /cvs/gcc/gcc/libiberty/partition.c,v
retrieving revision 1.4
diff -u -r1.4 partition.c
--- partition.c	2000/06/08 07:29:53	1.4
+++ partition.c	2001/05/14 16:07:32
@@ -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: include/partition.h
===================================================================
RCS file: /cvs/gcc/gcc/include/partition.h,v
retrieving revision 1.1
diff -u -r1.1 partition.h
--- partition.h	2000/03/10 08:16:55	1.1
+++ partition.h	2001/05/14 16:07:33
@@ -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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]