changeset 44:e74aa8b8660a

Comment tweak.
author Rob Landley <rob@landley.net>
date Sat, 30 Dec 2006 22:01:47 -0500
parents 423911a1c6d2
children e60d48d30ef0
files lib/functions.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/functions.c	Thu Dec 14 15:19:34 2006 -0500
+++ b/lib/functions.c	Sat Dec 30 22:01:47 2006 -0500
@@ -195,7 +195,8 @@
 }
 
 // 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;