aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_shutdown.c
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 08:15:02 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 06:12:55 +0000
commit804da7e22aa9da8b9e23b8c3274efa5307a8faef (patch)
tree45aeb0e6ef7f48419c6e61ac0a0f20f94b9f8ead /sys/kern/kern_shutdown.c
parent2f44fa0b722c20ba914b9e4b05f685909e80c378 (diff)
downloadsrc-804da7e22aa9da8b9e23b8c3274efa5307a8faef.tar.gz
src-804da7e22aa9da8b9e23b8c3274efa5307a8faef.zip
kern: Fix a typo in a source code comment
- s/paniced/panicked/ (cherry picked from commit 669d5ea4e3a5824520d3da7fc0beb9bf3d8d1a8f)
Diffstat (limited to 'sys/kern/kern_shutdown.c')
-rw-r--r--sys/kern/kern_shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
index eb2d41fedd42..875d5edd2d4e 100644
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -614,7 +614,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