Date: Sat, 2 Apr 2022 08:22:04 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1cba6077beaf - main - viawd(4): Fix a typo in a kernel message Message-ID: <202204020822.2328M4ap071569@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1cba6077beafdf29297854b8f6ab0a11e06d2782 commit 1cba6077beafdf29297854b8f6ab0a11e06d2782 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 08:21:37 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 08:21:37 +0000 viawd(4): Fix a typo in a kernel message - s/watchog/watchdog MFC after: 5 days --- sys/dev/viawd/viawd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/viawd/viawd.c b/sys/dev/viawd/viawd.c index ab99f6fb2e5c..f62edd947d3b 100644 --- a/sys/dev/viawd/viawd.c +++ b/sys/dev/viawd/viawd.c @@ -226,7 +226,7 @@ viawd_detach(device_t dev) viawd_tmr_set(sc, VIAWD_TIMEOUT_SHUTDOWN); viawd_tmr_state(sc, 1); device_printf(dev, - "Keeping watchog alive during shutdown for %d seconds\n", + "Keeping watchdog alive during shutdown for %d seconds\n", VIAWD_TIMEOUT_SHUTDOWN); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204020822.2328M4ap071569>