From 7046dfbc473b32a2bcc4b2fe9a1f3fc7d9e99176 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 28 Dec 2000 11:52:28 +0000 Subject: tweak comment --- src/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/copy.c') diff --git a/src/copy.c b/src/copy.c index b96b7ba47..a875892ed 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)) -- cgit v1.2.3-54-g00ecf