Index: /trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/Svga.cpp
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/Svga.cpp	(revision 75463)
+++ /trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/Svga.cpp	(revision 75464)
@@ -62,5 +62,4 @@
 
     NTSTATUS Status = SvgaFifoInit(pSvga);
-
     if (NT_SUCCESS(Status))
     {
@@ -94,5 +93,5 @@
         }
 
-        /* Enable SVGA device. */
+        /* Disable SVGA device. */
         SVGARegWrite(pSvga, SVGA_REG_IRQMASK, 0);
         SVGARegWrite(pSvga, SVGA_REG_ENABLE, SVGA_REG_ENABLE_DISABLE);
@@ -101,4 +100,5 @@
                                                             (PVOID)pSvga->pu32FIFO);
         Assert(Status == STATUS_SUCCESS); RT_NOREF(Status);
+
         GaMemFree(pSvga);
     }
