Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / marshal-windows.c
index 25868130411243f01d4631ad0ca78928359e3bc1..73f9310b41d75540da897759112f2665b5112cde 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * marshal-windows.c: Windows marshal support.
+/**
+ * \file
+ * Windows marshal support.
  *
  * Copyright 2016 Microsoft
  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
@@ -93,7 +94,7 @@ ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni (MonoString
 }
 
 gpointer
-mono_string_to_lpstr (MonoString *s)
+mono_string_to_utf8str (MonoString *s)
 {
        char *as, *tmp;
        glong len;