Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2022 15:37:55 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cc564d2341ef - main - UPDATING: Fix typo
Message-ID:  <202212051537.2B5FbtCf054862@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=cc564d2341ef576a0f2bc52d8ee34c7a49cc730f

commit cc564d2341ef576a0f2bc52d8ee34c7a49cc730f
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-12-05 15:36:50 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-12-05 15:36:50 +0000

    UPDATING: Fix typo
    
    Noticed by:             Gary Jennejohn
    Sponsored by:           Netflix
---
 UPDATING | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index e14e609e30b7..42558820d163 100644
--- a/UPDATING
+++ b/UPDATING
@@ -32,7 +32,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
 	default. Now if newbus succeeds in probing a device, but fails to attach
 	the device, we'll disable the device. In the past, we'd keep retrying
 	the device on each new driver loaded. To get that behavior now, one
-	needs to use devctl to re-enable the device, and repobe it (or set
+	needs to use devctl to re-enable the device, and reprobe it (or set
 	the sysctl/tunable hw.bus.disable_failed_devices=false).
 
 20221122:



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