From: Jim Meyering Date: Thu, 28 Dec 2000 11:31:44 +0000 (+0000) Subject: tweak comment X-Git-Tag: FILEUTILS-4_0_36~153 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f119221740e1782bf6d59865d404306b043f782e;p=platform%2Fupstream%2Fcoreutils.git tweak comment --- diff --git a/src/copy.c b/src/copy.c index c8c7a50..b96b7ba 100644 --- a/src/copy.c +++ b/src/copy.c @@ -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;