git: 2587d24751e7 - stable/12 - 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:30 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=2587d24751e7a756a89caaf3b0f2026ab8ec322d
commit 2587d24751e7a756a89caaf3b0f2026ab8ec322d
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:22 +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 95a4a1111780..136a26229cc6 100644
--- a/sys/dev/viawd/viawd.c
+++ b/sys/dev/viawd/viawd.c
@@ -225,7 +225,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);
}