]> sjero.net Git - wget/commitdiff
[svn] Docfix.
authorhniksic <devnull@localhost>
Sat, 5 Mar 2005 23:07:53 +0000 (15:07 -0800)
committerhniksic <devnull@localhost>
Sat, 5 Mar 2005 23:07:53 +0000 (15:07 -0800)
src/url.c

index 3539905012675df91680599a937b1e7954d5e7fb..da270019ccea36f24f657253ca5de11fc0179dac 100644 (file)
--- a/src/url.c
+++ b/src/url.c
@@ -1426,7 +1426,7 @@ append_dir_structure (const struct url *u, struct growable *dest)
 char *
 url_file_name (const struct url *u)
 {
-  struct growable fnres;
+  struct growable fnres;       /* stands for "file name result" */
 
   const char *u_file, *u_query;
   char *fname, *unique;