From 669d5ea4e3a5824520d3da7fc0beb9bf3d8d1a8f Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 2 Apr 2022 10:15:02 +0200 Subject: [PATCH] kern: Fix a typo in a source code comment - s/paniced/panicked/ MFC after: 3 days --- sys/kern/kern_shutdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index fb764550d22..c92ac1902b0 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -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