Index: /trunk/include/iprt/nt/nt.h
===================================================================
--- /trunk/include/iprt/nt/nt.h	(revision 85897)
+++ /trunk/include/iprt/nt/nt.h	(revision 85898)
@@ -405,5 +405,5 @@
  * @returns IPRT status code.
  * @param   pNtName             Where to return the NT path.  Free using
- *                              RTUtf16Alloc.
+ *                              RTNtPathFree.
  * @param   hHandle             The handle.
  * @param   cwcExtra            How much extra space is needed.
Index: /trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp	(revision 85897)
+++ /trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp	(revision 85898)
@@ -568,5 +568,5 @@
  * @returns IPRT status code.
  * @param   pNtName             Where to return the NT path.  Free using
- *                              RTUtf16Alloc.
+ *                              RTNtPathFree.
  * @param   hHandle             The handle.
  * @param   cwcExtra            How much extra space is needed.
