git: 542e4b2706ad - stable/13 - viawd(4): Fix a typo in a kernel message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 17:17:13 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=542e4b2706ade0db48e6901a3ac9975ad788d402 commit 542e4b2706ade0db48e6901a3ac9975ad788d402 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 08:21:37 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-07 17:17:04 +0000 viawd(4): Fix a typo in a kernel message - s/watchog/watchdog (cherry picked from commit 1cba6077beafdf29297854b8f6ab0a11e06d2782) --- 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); }