mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
kern: Fix a typo in a source code comment
- s/paniced/panicked/ MFC after: 3 days
This commit is contained in:
parent
9094c3a71b
commit
669d5ea4e3
1 changed files with 1 additions and 1 deletions
|
|
@ -659,7 +659,7 @@ shutdown_halt(void *junk, int howto)
|
|||
}
|
||||
|
||||
/*
|
||||
* Check to see if the system paniced, pause and then reboot
|
||||
* Check to see if the system panicked, pause and then reboot
|
||||
* according to the specified delay.
|
||||
*/
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue