mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix one more spelling mistake.
Pointed by: danfe
This commit is contained in:
parent
13c6f8a053
commit
f7f6c6024d
1 changed files with 1 additions and 1 deletions
|
|
@ -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`. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue