From: VMware, Inc <> Date: Mon, 20 Dec 2010 21:44:11 +0000 (-0800) Subject: lib/misc: fix a comment X-Git-Tag: 2010.12.19-339835~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8188e45f42cbbb75b62eedab4aa4e62348b8b7df;p=thirdparty%2Fopen-vm-tools.git lib/misc: fix a comment Function name in header is wrong Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/misc/codeset.c b/open-vm-tools/lib/misc/codeset.c index 0a3f194d6..48ef1915d 100644 --- a/open-vm-tools/lib/misc/codeset.c +++ b/open-vm-tools/lib/misc/codeset.c @@ -1858,7 +1858,7 @@ CodeSet_UTF8ToUTF32(const char *utf8, // IN: /* *----------------------------------------------------------------------------- * - * CodeSet_UTF8ToUTF32 -- + * CodeSet_UTF32ToUTF8 -- * * Convert a UTF32 string into a UTF8 string. The result is returned as a * dynamically allocated string that the caller is responsible for.