diff options
author | Matt Kraai <kraai@alumni.carnegiemellon.edu> | 2001-05-16 20:44:03 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2001-05-16 20:44:03 +0000 |
commit | 6de133d3c73f2489a1bd635d8456761ac2634e87 (patch) | |
tree | 47bc54bb52768b8ffb9a190ae7749c6327d0fb50 /libiberty/partition.c | |
parent | d7c613b6169057fd42e41a157d3c512227111726 (diff) | |
download | gcc-6de133d3c73f2489a1bd635d8456761ac2634e87.zip gcc-6de133d3c73f2489a1bd635d8456761ac2634e87.tar.gz gcc-6de133d3c73f2489a1bd635d8456761ac2634e87.tar.bz2 |
* partition.c: Fix misspelling of `implementation'.
From-SVN: r42170
Diffstat (limited to 'libiberty/partition.c')
-rw-r--r-- | libiberty/partition.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. |