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-28 23:28:38 +0100
commit65cdc84bd48d242cb8c166e3b495eb65c59f164f (patch)
tree3b6e107570e67d3ffd65103cf346b9c39a51d73d
parentextent-scan.c: don't include error.h or quote.h (diff)
downloadcoreutils-65cdc84bd48d242cb8c166e3b495eb65c59f164f.tar.gz
coreutils-65cdc84bd48d242cb8c166e3b495eb65c59f164f.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;
}