Author: hbelusca Date: Thu Oct 10 01:20:07 2013 New Revision: 60594
URL: http://svn.reactos.org/svn/reactos?rev=60594&view=rev Log: Fix a comment.
Modified: trunk/reactos/win32ss/user/winsrv/consrv/frontends/gui/guiterm.c
Modified: trunk/reactos/win32ss/user/winsrv/consrv/frontends/gui/guiterm.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/winsrv/consrv/... ============================================================================== --- trunk/reactos/win32ss/user/winsrv/consrv/frontends/gui/guiterm.c [iso-8859-1] (original) +++ trunk/reactos/win32ss/user/winsrv/consrv/frontends/gui/guiterm.c [iso-8859-1] Thu Oct 10 01:20:07 2013 @@ -2580,7 +2580,7 @@ * - 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)