diff options
author | DJ Delorie <dj@redhat.com> | 2001-05-16 21:03:31 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-05-16 21:03:31 +0000 |
commit | 56921232f6da071f0386eff383be349863541f54 (patch) | |
tree | 2f243b60eb2b3e85f7b539a8fe8d4fc76cd784d7 /include | |
parent | 3065afdb13750ad183212d5c11298519760f2821 (diff) | |
download | newlib-56921232f6da071f0386eff383be349863541f54.zip newlib-56921232f6da071f0386eff383be349863541f54.tar.gz newlib-56921232f6da071f0386eff383be349863541f54.tar.bz2 |
merge from gcc
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 69793df..09437b9 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 f49d67a..091655a 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. |