diff options
author | gnezdo <gnezdo@cvs.openbsd.org> | 2020-08-17 04:26:58 +0000 |
---|---|---|
committer | gnezdo <gnezdo@cvs.openbsd.org> | 2020-08-17 04:26:58 +0000 |
commit | 34627e9b89b42ab6c574861b0e62ddd91bb55b5a (patch) | |
tree | fe76f914d083b767c2cf687222462895e4183e09 /sys | |
parent | 5c673090918da47d5361a9331785090428408cc7 (diff) |
Fix typo in comment
From Paul de Weerd
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/ugold.c | 4 |
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); |