Improve comment.

This commit is contained in:
Michael Drake 2012-10-05 17:29:57 +01:00
parent 01f421611c
commit 0e23bbe911
1 changed files with 1 additions and 1 deletions

View File

@ -1903,7 +1903,7 @@ struct path_data *urldb_find_url(const char *url)
return NULL;
}
/* generate plq */
/* generate plq (path, leaf, query) */
if (components.path)
len += strlen(components.path);
else