Index: /trunk/src/VBox/Runtime/r3/win/localipc-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/localipc-win.cpp	(revision 57927)
+++ /trunk/src/VBox/Runtime/r3/win/localipc-win.cpp	(revision 57928)
@@ -133,5 +133,5 @@
     /** Indicates that there is a pending cancel request. */
     bool volatile fCancelled;
-    /** The name pipe handle. */
+    /** The named pipe handle. */
     HANDLE hNmPipe;
     /** The handle to the event object we're using for overlapped I/O. */
@@ -164,5 +164,5 @@
     /** Indicates that there is a pending cancel request. */
     bool volatile       fCancelled;
-    /** The name pipe handle. */
+    /** The named pipe handle. */
     HANDLE              hNmPipe;
     /** The handle to the event object we're using for overlapped I/O. */
@@ -426,5 +426,5 @@
     PRTLOCALIPCSERVERINT pThis = (PRTLOCALIPCSERVERINT)hServer;
     AssertPtrReturn(pThis, VERR_INVALID_HANDLE);
-    AssertReturn(pThis->u32Magic == RTLOCALIPCSERVER_MAGIC, VERR_INVALID_MAGIC);
+    AssertReturn(pThis->u32Magic == RTLOCALIPCSERVER_MAGIC, VERR_INVALID_HANDLE);
 
     /*
@@ -459,5 +459,5 @@
     PRTLOCALIPCSERVERINT pThis = (PRTLOCALIPCSERVERINT)hServer;
     AssertPtrReturn(pThis, VERR_INVALID_HANDLE);
-    AssertReturn(pThis->u32Magic == RTLOCALIPCSERVER_MAGIC, VERR_INVALID_MAGIC);
+    AssertReturn(pThis->u32Magic == RTLOCALIPCSERVER_MAGIC, VERR_INVALID_HANDLE);
 
     /*
@@ -566,5 +566,5 @@
     PRTLOCALIPCSERVERINT pThis = (PRTLOCALIPCSERVERINT)hServer;
     AssertPtrReturn(pThis, VERR_INVALID_HANDLE);
-    AssertReturn(pThis->u32Magic == RTLOCALIPCSERVER_MAGIC, VERR_INVALID_MAGIC);
+    AssertReturn(pThis->u32Magic == RTLOCALIPCSERVER_MAGIC, VERR_INVALID_HANDLE);
 
     /*
@@ -760,5 +760,5 @@
     PRTLOCALIPCSESSIONINT pThis = (PRTLOCALIPCSESSIONINT)hSession;
     AssertPtrReturn(pThis, VERR_INVALID_HANDLE);
-    AssertReturn(pThis->u32Magic == RTLOCALIPCSESSION_MAGIC, VERR_INVALID_MAGIC);
+    AssertReturn(pThis->u32Magic == RTLOCALIPCSESSION_MAGIC, VERR_INVALID_HANDLE);
 
     /*
