]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak comment
authorJim Meyering <jim@meyering.net>
Thu, 28 Dec 2000 11:31:44 +0000 (11:31 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 28 Dec 2000 11:31:44 +0000 (11:31 +0000)
src/copy.c

index c8c7a50b869c675311e0bc615033a9aad3651658..b96b7ba479bbd1de8e77f22d7cc8d3d7b6412f3e 100644 (file)
@@ -504,8 +504,8 @@ same_file_ok (const char *src_path, const struct stat *src_sb,
     }
 
   /* It's ok to remove a destination symlink.  But that works only when we
-     unlink before opening the destination and when they're on the same
-     partition.  */
+     unlink before opening the destination and when the source and destination
+     files are on the same partition.  */
   if (x->unlink_dest_before_opening
       && S_ISLNK (dst_sb_link->st_mode))
     return dst_sb_link->st_dev == src_sb_link->st_dev;