From: Jim Meyering Date: Tue, 26 Feb 2002 08:32:56 +0000 (+0000) Subject: tweak comment X-Git-Tag: FILEUTILS-4_1_6~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f57432bb1d0513a2a5b399e846178e6d0de62357;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/src/copy.c b/src/copy.c index 6a8dabe3f0..4dc09b870f 100644 --- a/src/copy.c +++ b/src/copy.c @@ -254,7 +254,7 @@ copy_reg (const char *src_path, const char *dst_path, goto close_src_desc; } - /* Find out the optimal buffer size. */ + /* Determine the optimal buffer size. */ if (fstat (dest_desc, &sb)) {