From: Matt Kraai Date: Wed, 16 May 2001 20:44:03 +0000 (+0000) Subject: * partition.c: Fix misspelling of `implementation'. X-Git-Tag: prereleases/libstdc++-3.0.95~4427 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6de133d3c73f2489a1bd635d8456761ac2634e87;p=thirdparty%2Fgcc.git * partition.c: Fix misspelling of `implementation'. From-SVN: r42170 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index b496d513b5a8..a1ccd0e3d462 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2001-05-16 Matt Kraai + + * partition.c: Fix misspelling of `implementation'. + 2001-05-09 Thiemo Seufer * md5.c (md5_init_ctx): Declare constants as unsigned. diff --git a/libiberty/partition.c b/libiberty/partition.c index a5a734937ae9..071547220790 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.