Index: /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiBase.cpp
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiBase.cpp	(revision 53348)
+++ /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiBase.cpp	(revision 53349)
@@ -148,5 +148,5 @@
 DECLCALLBACK(int) vboxUhgsmiBaseEscBufferSubmit(PVBOXUHGSMI pHgsmi, PVBOXUHGSMI_BUFFER_SUBMIT aBuffers, uint32_t cBuffers)
 {
-    /* we no chromium will not submit more than three buffers actually,
+    /* We know chromium will not submit more than three buffers actually,
      * for simplicity allocate it statically on the stack  */
     struct
@@ -156,5 +156,5 @@
     } Buf;
 
-    if (!cBuffers || cBuffers > RT_ELEMENTS(Buf.aBufInfos) + 1)
+    if (!cBuffers || cBuffers > RT_ELEMENTS(Buf.aBufInfos))
     {
         WARN(("invalid cBuffers!"));
