Author: akhaldi
Date: Sun Aug 18 21:05:58 2013
New Revision: 59776
URL:
http://svn.reactos.org/svn/reactos?rev=59776&view=rev
Log:
[NTOSKRNL]
* Fix a comment typo.
CORE-7393 #resolve #comment Thanks.
Modified:
trunk/reactos/ntoskrnl/ex/hdlsterm.c
Modified: trunk/reactos/ntoskrnl/ex/hdlsterm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ex/hdlsterm.c?rev…
==============================================================================
--- trunk/reactos/ntoskrnl/ex/hdlsterm.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ex/hdlsterm.c [iso-8859-1] Sun Aug 18 21:05:58 2013
@@ -331,7 +331,7 @@
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");