From 65cdc84bd48d242cb8c166e3b495eb65c59f164f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 11 Jan 2011 22:49:34 +0100 Subject: [PATCH] copy.c: shorten a comment to fit in 80 columns --- src/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/copy.c b/src/copy.c index 30c1b564f1..270009bbea 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; } -- 2.47.2