Index: /trunk/src/VBox/Runtime/common/misc/circbuf.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/circbuf.cpp	(revision 38861)
+++ /trunk/src/VBox/Runtime/common/misc/circbuf.cpp	(revision 38862)
@@ -184,5 +184,5 @@
     if (cbFree > 0)
     {
-        /* Get the size out of the requested size, the write block till the end
+        /* Get the size out of the requested size, then write block till the end
          * of the buffer & the currently free size. */
         size_t cbSize = RT_MIN(cbReqSize, RT_MIN(pBuf->cbBuf - pBuf->offWrite, cbFree));
