[NTOSKRNL]

* Fix a comment typo.
CORE-7393 #resolve #comment Thanks.

svn path=/trunk/; revision=59776
This commit is contained in:
Amine Khaldi 2013-08-18 21:05:58 +00:00
parent f47701b71d
commit a02dab8fb2

View file

@ -331,7 +331,7 @@ HdlspDispatch(IN HEADLESS_CMD Command,
case HeadlessCmdClearDisplay:
/* Send the VT100 claer screen command if the terminal is enabled */
/* Send the VT100 clear screen command if the terminal is enabled */
if (HeadlessGlobals->TerminalEnabled)
{
HdlspSendStringAtBaud((PUCHAR)"\033[2J");