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 the same typo again in the same comment.



details:   https://anonhg.NetBSD.org/src/rev/70400d846585
branches:  trunk
changeset: 823305:70400d846585
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Apr 18 19:04:25 2017 +0000

description:
Fix the same typo again in the same comment.

Still no functional change.

diffstat:

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

diffs (18 lines):

diff -r 5201bc7299fe -r 70400d846585 sys/dev/usb/Makefile.usbdevs
--- a/sys/dev/usb/Makefile.usbdevs      Tue Apr 18 19:03:43 2017 +0000
+++ b/sys/dev/usb/Makefile.usbdevs      Tue Apr 18 19:04:25 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.usbdevs,v 1.9 2017/04/18 19:03:43 riastradh Exp $
+#      $NetBSD: Makefile.usbdevs,v 1.10 2017/04/18 19:04:25 riastradh Exp $
 #
 # As per tron%NetBSD.org@localhost, the proper procedure is
 #
@@ -11,7 +11,7 @@
 #     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".
+#     "src/sys/sys/param.h".
 
 
 .include <bsd.own.mk>



Home | Main Index | Thread Index | Old Index