summaryrefslogtreecommitdiff
path: root/lib/full-read.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-07 14:09:37 +0000
committerJim Meyering <jim@meyering.net>2003-01-07 14:09:37 +0000
commit6a4d25740cc47e96b062b924ab778f24a969b886 (patch)
treed39a36f5c73341ab62f52eefc6b6b9838cd5f568 /lib/full-read.c
parentfbb3b7b80c15ff9e70bd67f8bc4fffd0a22030ec (diff)
downloadcoreutils-6a4d25740cc47e96b062b924ab778f24a969b886.tar.xz
tweak comment
Diffstat (limited to 'lib/full-read.c')
-rw-r--r--lib/full-read.c4
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