Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb Typo



details:   https://anonhg.NetBSD.org/src/rev/416a2b4c256b
branches:  nick-nhusb
changeset: 334649:416a2b4c256b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Aug 29 06:49:07 2017 +0000

description:
Typo

diffstat:

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

diffs (27 lines):

diff -r 50878fb49ced -r 416a2b4c256b sys/dev/usb/umass.c
--- a/sys/dev/usb/umass.c       Mon Aug 28 17:51:26 2017 +0000
+++ b/sys/dev/usb/umass.c       Tue Aug 29 06:49:07 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass.c,v 1.149.2.21 2017/08/28 17:52:28 skrll Exp $   */
+/*     $NetBSD: umass.c,v 1.149.2.22 2017/08/29 06:49:07 skrll Exp $   */
 
 /*
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -124,7 +124,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.149.2.21 2017/08/28 17:52:28 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.149.2.22 2017/08/29 06:49:07 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -679,7 +679,7 @@
        }
 
        /*
-        * Record buffer pinters for data transfer (it's huge), command and
+        * Record buffer pointers for data transfer (it's huge), command and
         * status data here
         */
        switch (sc->sc_wire) {



Home | Main Index | Thread Index | Old Index