diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-07 14:09:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-07 14:09:37 +0000 |
commit | 6a4d25740cc47e96b062b924ab778f24a969b886 (patch) | |
tree | d39a36f5c73341ab62f52eefc6b6b9838cd5f568 | |
parent | fbb3b7b80c15ff9e70bd67f8bc4fffd0a22030ec (diff) | |
download | coreutils-6a4d25740cc47e96b062b924ab778f24a969b886.tar.xz |
tweak comment
-rw-r--r-- | lib/full-read.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/full-read.c b/lib/full-read.c index 267d6646f..1dc3e3775 100644 --- a/lib/full-read.c +++ b/lib/full-read.c @@ -1,5 +1,5 @@ -/* An interface to read that retries after interrupts. - Copyright (C) 2002 Free Software Foundation, Inc. +/* An interface to read that retries after partial reads and interrupts. + Copyright (C) 2002, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |