From: Jim Meyering Date: Tue, 11 Jan 2011 21:49:34 +0000 (+0100) Subject: copy.c: shorten a comment to fit in 80 columns X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffd02ad91ac22b18c0a07c433e7e9983aed81542;p=thirdparty%2Fcoreutils.git copy.c: shorten a comment to fit in 80 columns --- 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; }