mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[NTOSKRNL]
* Fix a comment typo. CORE-7393 #resolve #comment Thanks. svn path=/trunk/; revision=59776
This commit is contained in:
parent
f47701b71d
commit
a02dab8fb2
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue