From: Hermès Bélusca-Maïto Date: Thu, 10 Oct 2013 01:20:07 +0000 (+0000) Subject: Fix a comment. X-Git-Tag: ReactOS-0.3.16~999 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=fa9a309262753cbdc76339430da0119dbaea6731 Fix a comment. svn path=/trunk/; revision=60594 --- diff --git a/reactos/win32ss/user/winsrv/consrv/frontends/gui/guiterm.c b/reactos/win32ss/user/winsrv/consrv/frontends/gui/guiterm.c index 740fc43a000..4623aeb08d5 100644 --- a/reactos/win32ss/user/winsrv/consrv/frontends/gui/guiterm.c +++ b/reactos/win32ss/user/winsrv/consrv/frontends/gui/guiterm.c @@ -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)