Comment tweak.
authorRob Landley <rob@landley.net>
Sun, 31 Dec 2006 03:01:47 +0000 (22:01 -0500)
committerRob Landley <rob@landley.net>
Sun, 31 Dec 2006 03:01:47 +0000 (22:01 -0500)
lib/functions.c

index bcdaa0e..b42f62d 100644 (file)
@@ -195,7 +195,8 @@ char *xgetcwd(void)
 }
 
 // Cannonicalizes path by removing ".", "..", and "//" elements.  This is not
-// the same as realpath(), where "dir/.."
+// the same as realpath(), where "dir/.." could wind up somewhere else by
+// following symlinks.
 char *xabspath(char *path)
 {
        char *from, *to;