Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Correct typo in URL. From Bill Sommerfeld.



details:   https://anonhg.NetBSD.org/src/rev/586c93c67395
branches:  trunk
changeset: 475911:586c93c67395
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Aug 29 18:57:15 1999 +0000

description:
Correct typo in URL.  From Bill Sommerfeld.

diffstat:

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

diffs (18 lines):

diff -r 838862954ba6 -r 586c93c67395 sys/dev/usb/umass.c
--- a/sys/dev/usb/umass.c       Sun Aug 29 18:56:24 1999 +0000
+++ b/sys/dev/usb/umass.c       Sun Aug 29 18:57:15 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass.c,v 1.4 1999/08/29 18:56:24 thorpej Exp $        */
+/*     $NetBSD: umass.c,v 1.5 1999/08/29 18:57:15 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1999 MAEKAWA Masahide <bishop%rr.iij4u.or.jp@localhost>,
@@ -37,7 +37,7 @@
  *
  * Universal Serial Bus Mass Storage Bulk Only 1.0rc4 Specification:
  *
- *     http://www.usb.org/developers/umassbulk_10rc4.pdf
+ *     http://www.usb.org/developers/usbmassbulk_10rc4.pdf
  *
  * Relevant parts of the old spec (Bulk-only 0.9) have been quoted
  * in the source.



Home | Main Index | Thread Index | Old Index