From e49a84091683c2034435be1c9691c60729ee22b6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 14 Jan 2003 14:38:32 +0000 Subject: [PATCH] *** empty log message *** --- lib/same.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/same.c b/lib/same.c index 725cf61df..8b4985de5 100644 --- a/lib/same.c +++ b/lib/same.c @@ -79,7 +79,7 @@ same_name (const char *source, const char *dest) struct stat dest_dir_stats; char *source_dirname, *dest_dirname; - /* Compare the directories (by comparing their inodes). */ + /* Compare the parent directories (via the device and inode numbers). */ source_dirname = dir_name (source); dest_dirname = dir_name (dest); -- 2.11.0