[svn] Doc fix.

This commit is contained in:
hniksic 2005-07-06 12:56:20 -07:00
parent f29eafcca7
commit 9dbc801ed1
1 changed files with 1 additions and 1 deletions

View 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)