Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb typo in comment



details:   https://anonhg.NetBSD.org/src/rev/77ef783b2abf
branches:  trunk
changeset: 839121:77ef783b2abf
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Feb 07 13:35:17 2019 +0000

description:
typo in comment

diffstat:

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

diffs (27 lines):

diff -r 1c1ff56b59e6 -r 77ef783b2abf sys/dev/usb/umass.c
--- a/sys/dev/usb/umass.c       Thu Feb 07 13:20:41 2019 +0000
+++ b/sys/dev/usb/umass.c       Thu Feb 07 13:35:17 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass.c,v 1.169 2019/02/07 13:20:41 skrll Exp $        */
+/*     $NetBSD: umass.c,v 1.170 2019/02/07 13:35:17 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.169 2019/02/07 13:20:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.170 2019/02/07 13:35:17 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -683,7 +683,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