summaryrefslogtreecommitdiff
path: root/sys/dev/usb/Makefile.usbdevs
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2017-04-18 19:03:43 +0000
committerriastradh <riastradh@NetBSD.org>2017-04-18 19:03:43 +0000
commitc35f0f328e43cdc7675ca6bd88c99e2b33210c63 (patch)
tree9d5a0b2282cf53bd62511e8128dd394cbfa0246d /sys/dev/usb/Makefile.usbdevs
parent4cfd6cc7ba6dc44ef61c67ed25de991bfc6f580e (diff)
Fix typo in comment. No functional change.
Diffstat (limited to 'sys/dev/usb/Makefile.usbdevs')
-rw-r--r--sys/dev/usb/Makefile.usbdevs4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/Makefile.usbdevs b/sys/dev/usb/Makefile.usbdevs
index 0917f44bcc0..29303f5b60e 100644
--- a/sys/dev/usb/Makefile.usbdevs
+++ b/sys/dev/usb/Makefile.usbdevs
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.usbdevs,v 1.8 2016/10/26 01:03:23 pgoyette Exp $
+# $NetBSD: Makefile.usbdevs,v 1.9 2017/04/18 19:03:43 riastradh Exp $
#
# As per tron@NetBSD.org, the proper procedure is
#
@@ -8,7 +8,7 @@
# 4.) Ensure that the value of USB_MAX_STRING_LEN is at least as large as
# the values reported. If necessary, update "src/sys/dev/usb/usb.h"
-# and bump the kernel version in "src/sys/sys/param/h".
+# and bump the kernel version in "src/sys/sys/param.h".
# 5.) Commit "src/sys/dev/usb/usbdevs.h" and "src/sys/dev/usb/usbdevs_data.h";
# if you changed them, also commit "src/sys/dev/usb/usb.h" and
# "src/sys/sys/param/h".