]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
copy.c: shorten a comment to fit in 80 columns
authorJim Meyering <meyering@redhat.com>
Tue, 11 Jan 2011 21:49:34 +0000 (22:49 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 22 Jan 2011 11:16:43 +0000 (12:16 +0100)
src/copy.c

index 30c1b564f1852340b72a68f3a0f99f8e40a183aa..270009bbeae5b30dd2d47f5eba7c108010a318a4 100644 (file)
@@ -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;
                 }