git: f76a02886c3b - main - hid: Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 04 Sep 2022 11:45:59 UTC
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);