Fix a comment.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 10 Oct 2013 01:20:07 +0000 (01:20 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 10 Oct 2013 01:20:07 +0000 (01:20 +0000)
svn path=/trunk/; revision=60594

reactos/win32ss/user/winsrv/consrv/frontends/gui/guiterm.c

index 740fc43..4623aeb 100644 (file)
@@ -2580,7 +2580,7 @@ GuiReleaseScreenBuffer(IN OUT PFRONTEND This,
      * - If ScreenBuffer (== GuiData->ActiveBuffer) IS NOT the console
      *   active screen buffer, then we can safely switch to it.
      * - If ScreenBuffer IS the console active screen buffer, we must release
-     *   it BUT and that's all.
+     *   it ONLY.
      */
 
     if (ScreenBuffer != GuiData->Console->ActiveBuffer)