diff options
author | DJ Delorie <dj@redhat.com> | 2001-05-16 21:04:30 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-05-16 21:04:30 +0000 |
commit | e05c6d27bff97cd9080cdc554482e128c9e6f6e7 (patch) | |
tree | a795f6973cc64531d5eb5ed049cff0ebb5f1e6f8 | |
parent | 97345198259b9cfe6ae2f64e02563041cd7fab97 (diff) | |
download | fsf-binutils-gdb-e05c6d27bff97cd9080cdc554482e128c9e6f6e7.zip fsf-binutils-gdb-e05c6d27bff97cd9080cdc554482e128c9e6f6e7.tar.gz fsf-binutils-gdb-e05c6d27bff97cd9080cdc554482e128c9e6f6e7.tar.bz2 |
merge from gcc
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/partition.h | 4 | ||||
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/partition.c | 4 |
4 files changed, 12 insertions, 4 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. diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index b0f57f0..25ab13e 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu> + + * partition.c: Fix misspelling of `implementation'. + 2001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * md5.c (md5_init_ctx): Declare constants as unsigned. diff --git a/libiberty/partition.c b/libiberty/partition.c index a5a7349..0715472 100644 --- a/libiberty/partition.c +++ b/libiberty/partition.c @@ -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. |