diff lib/functions.c @ 44:e74aa8b8660a

Comment tweak.
author Rob Landley <rob@landley.net>
date Sat, 30 Dec 2006 22:01:47 -0500
parents 3981c96f9285
children bb4c38853a7d
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;