Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2022 17:17:13 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: 542e4b2706ad - stable/13 - viawd(4): Fix a typo in a kernel message
Message-ID:  <202204071717.237HHDSa030407@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 	}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204071717.237HHDSa030407>