Tue Apr 18 19:04:25 2017 UTC ()
Fix the same typo again in the same comment.

Still no functional change.


(riastradh)
diff -r1.9 -r1.10 src/sys/dev/usb/Makefile.usbdevs

cvs diff -r1.9 -r1.10 src/sys/dev/usb/Makefile.usbdevs (expand / switch to unified diff)

--- src/sys/dev/usb/Makefile.usbdevs 2017/04/18 19:03:43 1.9
+++ src/sys/dev/usb/Makefile.usbdevs 2017/04/18 19:04:25 1.10
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile.usbdevs,v 1.9 2017/04/18 19:03:43 riastradh Exp $ 1# $NetBSD: Makefile.usbdevs,v 1.10 2017/04/18 19:04:25 riastradh Exp $
2# 2#
3# As per tron@NetBSD.org, the proper procedure is 3# As per tron@NetBSD.org, the proper procedure is
4# 4#
5# 1.) Change "src/sys/dev/usb/usbdevs". 5# 1.) Change "src/sys/dev/usb/usbdevs".
6# 2.) Commit "src/sys/dev/usb/usbdevs". 6# 2.) Commit "src/sys/dev/usb/usbdevs".
7# 3.) Execute "make -f Makefile.usbdevs" in "src/sys/dev/usb". 7# 3.) Execute "make -f Makefile.usbdevs" in "src/sys/dev/usb".
8 8
9# 4.) Ensure that the value of USB_MAX_STRING_LEN is at least as large as 9# 4.) Ensure that the value of USB_MAX_STRING_LEN is at least as large as
10# the values reported. If necessary, update "src/sys/dev/usb/usb.h" 10# the values reported. If necessary, update "src/sys/dev/usb/usb.h"
11# and bump the kernel version in "src/sys/sys/param.h". 11# and bump the kernel version in "src/sys/sys/param.h".
12# 5.) Commit "src/sys/dev/usb/usbdevs.h" and "src/sys/dev/usb/usbdevs_data.h"; 12# 5.) Commit "src/sys/dev/usb/usbdevs.h" and "src/sys/dev/usb/usbdevs_data.h";
13# if you changed them, also commit "src/sys/dev/usb/usb.h" and 13# if you changed them, also commit "src/sys/dev/usb/usb.h" and
14# "src/sys/sys/param/h". 14# "src/sys/sys/param.h".
15 15
16 16
17.include <bsd.own.mk> 17.include <bsd.own.mk>
18 18
19usbdevs.h usbdevs_data.h: ${.CURDIR}/../devlist2h.awk usbdevs 19usbdevs.h usbdevs_data.h: ${.CURDIR}/../devlist2h.awk usbdevs
20 /bin/rm -f usbdevs.h usbdevs_data.h 20 /bin/rm -f usbdevs.h usbdevs_data.h
21 ${TOOL_AWK} -f ${.ALLSRC} 21 ${TOOL_AWK} -f ${.ALLSRC}