]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak comment
authorJim Meyering <jim@meyering.net>
Tue, 26 Feb 2002 08:32:56 +0000 (08:32 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 26 Feb 2002 08:32:56 +0000 (08:32 +0000)
src/copy.c

index 6a8dabe3f0dc369df7ef64a5c65a698833a2fe52..4dc09b870ff71a7868ea5aad04260fbbbe58a7f2 100644 (file)
@@ -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))
     {