]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
lib/misc: fix a comment
authorVMware, Inc <>
Mon, 20 Dec 2010 21:44:11 +0000 (13:44 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 20 Dec 2010 21:44:11 +0000 (13:44 -0800)
Function name in header is wrong

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/misc/codeset.c

index 0a3f194d62206f9e10e938f3c5d380024e074e17..48ef1915d19fadb5addd2cb3dc1db0d00a05d699 100644 (file)
@@ -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.