From cc5d6f0ab8cfe4a6167ee96fda29ea97847b5c8b Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 7 Oct 2003 14:45:26 -0700 Subject: [PATCH] [svn] Doc typo fix. --- src/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/url.c b/src/url.c index cf95c126..37917edd 100644 --- a/src/url.c +++ b/src/url.c @@ -1669,7 +1669,7 @@ path_simplify (char *path) element -- but not past beggining of PATH. */ if (t > path) { - /* Move backwards until B hits the beginning of the + /* Move backwards until T hits the beginning of the previous path element or the beginning of path. */ for (--t; t > path && t[-1] != '/'; t--) ;