summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-26 08:32:56 +0000
committerJim Meyering <jim@meyering.net>2002-02-26 08:32:56 +0000
commitf57432bb1d0513a2a5b399e846178e6d0de62357 (patch)
tree67f15f3d9c2adb42aa969fdcd84935e6c4ad5151 /src
parent3612fcbdb25bdf2a1175ad5382dd550b4f571592 (diff)
downloadcoreutils-f57432bb1d0513a2a5b399e846178e6d0de62357.tar.xz
tweak comment
Diffstat (limited to 'src')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index 6a8dabe3f..4dc09b870 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))
{