From 1a4ad10ec839e9d3002b9b0337184fe439d2683b Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 15 Dec 2002 19:38:18 +0000 Subject: [PATCH] Comment changes. --- vfs/utilvfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vfs/utilvfs.c b/vfs/utilvfs.c index 1fea7854f..4c2c9cfc0 100644 --- a/vfs/utilvfs.c +++ b/vfs/utilvfs.c @@ -50,11 +50,11 @@ * ftp://joe@foo.edu:11321/private * ftp://joe:password@foo.se * - * Returns malloc()ed host, user and pass they are present. + * Returns g_malloc()ed host, user and pass they are present. * If the user is empty, e.g. ftp://@roxanne/private, and URL_ALLOW_ANON * is not set, then the current login name is supplied. * - * Return value is a malloc()ed string with the pathname relative to the + * Return value is a g_malloc()ed string with the pathname relative to the * host. */