Date: Sat, 9 Apr 2022 06:33:38 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6bf21787aca5 - stable/12 - kern: Fix a typo in a source code comment Message-ID: <202204090633.2396XcnF062219@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6bf21787aca56aa2ea47004f1d7a7b5e19aed399 commit 6bf21787aca56aa2ea47004f1d7a7b5e19aed399 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 08:15:02 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:25:16 +0000 kern: Fix a typo in a source code comment - s/paniced/panicked/ (cherry picked from commit 669d5ea4e3a5824520d3da7fc0beb9bf3d8d1a8f) --- 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 969280513e40..8704f7f5faf6 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -579,7 +579,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090633.2396XcnF062219>