From f76a02886c3b9a77fb5a5d5bba78a3e8d8a00ee9 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 4 Sep 2022 13:45:50 +0200 Subject: [PATCH] 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);