Index: /trunk/src/VBox/Runtime/r3/win/localipc-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/localipc-win.cpp	(revision 64267)
+++ /trunk/src/VBox/Runtime/r3/win/localipc-win.cpp	(revision 64268)
@@ -828,5 +828,5 @@
                                                OPEN_EXISTING,
                                                FILE_FLAG_OVERLAPPED,
-                                               NULL /*no template hanlde*/);
+                                               NULL /*no template handle*/);
                     if (hPipe != INVALID_HANDLE_VALUE)
                     {
@@ -1464,5 +1464,5 @@
              * all data was written (or an error occurred). */
             /** @todo r=bird: above comment is misinformed.
-            /*        Implement this as soon as we want an explicit asynchronous version of
+             *        Implement this as soon as we want an explicit asynchronous version of
              *        RTLocalIpcSessionWrite on Windows. */
             rc = VINF_SUCCESS;
