X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsame.c;h=8b4985de5ed5353b85b3433efe95ea763b900172;hb=4bc0a0ad4c963017ab77335801566546afbf965b;hp=725cf61dfb0ae22a0728223efb06def35daae40e;hpb=e5894c7e1bab7b9c1f5f7bb2f3737bcf9253be68;p=gnulib.git 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);