Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 11:45:59 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f76a02886c3b - main - hid: Remove a double word in a source code comment
Message-ID:  <202209041145.284Bjxbs072524@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

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

commit f76a02886c3b9a77fb5a5d5bba78a3e8d8a00ee9
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:45:50 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 11:45:50 +0000

    hid: Remove a double word in a source code comment
    
    - s/the the/the/
    
    MFC after:      3 days
---
 sys/dev/hid/hmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/hid/hmt.c b/sys/dev/hid/hmt.c
index 0534b82cecb1..331303d84a46 100644
--- a/sys/dev/hid/hmt.c
+++ b/sys/dev/hid/hmt.c
@@ -886,7 +886,7 @@ hmt_set_input_mode(struct hmt_softc *sc, enum hconf_input_mode mode)
 	if (device_get_devclass(hconf) != hconf_devclass)
 		return (ENXIO);
 
-	/* hconf_set_input_mode can drop the the topo lock while sleeping */
+	/* hconf_set_input_mode can drop the topo lock while sleeping */
 	device_busy(hconf);
 	err = hconf_set_input_mode(hconf, mode);
 	device_unbusy(hconf);



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