svn commit: r271385 - head/sys/dev/vt

Aleksandr Rybalko ray at FreeBSD.org
Wed Sep 10 11:48:15 UTC 2014


Author: ray
Date: Wed Sep 10 11:48:13 2014
New Revision: 271385
URL: http://svnweb.freebsd.org/changeset/base/271385

Log:
  Fix one more spelling mistake.
  
  Pointed by:	danfe

Modified:
  head/sys/dev/vt/vt_core.c

Modified: head/sys/dev/vt/vt_core.c
==============================================================================
--- head/sys/dev/vt/vt_core.c	Wed Sep 10 11:33:42 2014	(r271384)
+++ head/sys/dev/vt/vt_core.c	Wed Sep 10 11:48:13 2014	(r271385)
@@ -532,7 +532,7 @@ vt_machine_kbdevent(int c)
 		/* TODO */
 		return (1);
 	case SPCLKEY | STBY: /* XXX Not present in kbdcontrol parser. */
-		/* Put machine into Stend-By mode. */
+		/* Put machine into Stand-By mode. */
 		power_pm_suspend(POWER_SLEEP_STATE_STANDBY);
 		return (1);
 	case SPCLKEY | SUSP: /* kbdmap(5) keyword `susp`. */


More information about the svn-src-head mailing list