aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-11 22:49:34 +0100
committerJim Meyering <meyering@redhat.com>2011-01-22 12:16:43 +0100
commitffd02ad91ac22b18c0a07c433e7e9983aed81542 (patch)
tree2ef8670ada121e379494b74cde6d9a59f9b5fdd5
parentextent-scan.c: don't include error.h or quote.h (diff)
downloadcoreutils-ffd02ad91ac22b18c0a07c433e7e9983aed81542.tar.gz
coreutils-ffd02ad91ac22b18c0a07c433e7e9983aed81542.zip
copy.c: shorten a comment to fit in 80 columns
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index 30c1b564f..270009bbe 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -287,7 +287,7 @@ extent_copy (int src_fd, int dest_fd, size_t buf_size,
if (n_read == 0)
{
- /* Figure out how many bytes read from the previous extent. */
+ /* Record number of bytes read from the previous extent. */
last_read_size = last_ext_len - ext_len;
break;
}