From: Jim Meyering Date: Thu, 28 Dec 2000 11:52:28 +0000 (+0000) Subject: tweak comment X-Git-Tag: FILEUTILS-4_0_36~152 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7046dfbc473b32a2bcc4b2fe9a1f3fc7d9e99176;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/src/copy.c b/src/copy.c index b96b7ba479..a875892ed3 100644 --- a/src/copy.c +++ b/src/copy.c @@ -489,7 +489,7 @@ same_file_ok (const char *src_path, const struct stat *src_sb, return 1; /* If neither is a symlink, then it's ok as long as they aren't - links to the same file. */ + hard links to the same file. */ if (!S_ISLNK (src_sb_link->st_mode) && !S_ISLNK (dst_sb_link->st_mode)) { if (!SAME_INODE (*src_sb_link, *dst_sb_link))