Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Fix typo in comment. No functional change.



details:   https://anonhg.NetBSD.org/src/rev/3dc67a7c6bdf
branches:  trunk
changeset: 353053:3dc67a7c6bdf
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Apr 18 19:03:43 2017 +0000

description:
Fix typo in comment.  No functional change.

diffstat:

 sys/dev/usb/Makefile.usbdevs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8737042ec443 -r 3dc67a7c6bdf sys/dev/usb/Makefile.usbdevs
--- a/sys/dev/usb/Makefile.usbdevs      Tue Apr 18 18:44:06 2017 +0000
+++ b/sys/dev/usb/Makefile.usbdevs      Tue Apr 18 19:03:43 2017 +0000
@@ -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@localhost, 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".



Home | Main Index | Thread Index | Old Index