diff options
| author | Matt Kraai <kraai@alumni.carnegiemellon.edu> | 2001-05-16 21:00:55 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2001-05-16 21:00:55 +0000 |
| commit | c25d4f6a6bda616dec75fbc1c2cddddfa8f2ff81 (patch) | |
| tree | f80036f3d54c6bbfbfd17b1eb831882b7064e6d3 /include | |
| parent | 6de133d3c73f2489a1bd635d8456761ac2634e87 (diff) | |
| download | gcc-c25d4f6a6bda616dec75fbc1c2cddddfa8f2ff81.tar.gz gcc-c25d4f6a6bda616dec75fbc1c2cddddfa8f2ff81.tar.bz2 gcc-c25d4f6a6bda616dec75fbc1c2cddddfa8f2ff81.zip | |
* partition.h: Fix misspelling of `implementation'.
From-SVN: r42171
Diffstat (limited to 'include')
| -rw-r--r-- | include/ChangeLog | 4 | ||||
| -rw-r--r-- | include/partition.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index d788ce2a9c5..648a8befa12 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 f49d67a8cad..091655ac01d 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. |
