git: 1cba6077beaf - main - viawd(4): Fix a typo in a kernel message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 08:22:04 UTC
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); }