]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Wed, 6 Jul 2005 19:56:20 +0000 (12:56 -0700)
committerhniksic <devnull@localhost>
Wed, 6 Jul 2005 19:56:20 +0000 (12:56 -0700)
src/utils.c

index 1340daa19cd0809ef3799afb3f262984101cb726..b7edc884e83ef3d87c7f4813900026c6da07a430 100644 (file)
@@ -596,7 +596,7 @@ make_directory (const char *directory)
    file_merge("/foo/bar/", "baz") => "/foo/bar/baz"
    file_merge("foo", "bar")       => "bar"
 
-   In other words, it's a simpler and gentler version of uri_merge_1.  */
+   In other words, it's a simpler and gentler version of uri_merge.  */
 
 char *
 file_merge (const char *base, const char *file)