summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ugold.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ugold.c b/sys/dev/usb/ugold.c
index 78a38b14ad3..bc2d84ca42e 100644
--- a/sys/dev/usb/ugold.c
+++ b/sys/dev/usb/ugold.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ugold.c,v 1.14 2017/10/05 17:29:00 stsp Exp $ */
+/* $OpenBSD: ugold.c,v 1.15 2020/08/17 04:26:57 gnezdo Exp $ */
/*
* Copyright (c) 2013 Takayoshi SASANO <uaa@openbsd.org>
@@ -119,7 +119,7 @@ ugold_match(struct device *parent, void *match, void *aux)
/*
* XXX Only match the sensor interface.
*
- * Does it makes sense to attach various uhidev(4) to these
+ * Does it make sense to attach various uhidev(4) to these
* non-standard HID devices?
*/
uhidev_get_report_desc(uha->parent, &desc, &size);