Module Name:    src
Committed By:   skrll
Date:           Thu Feb  7 13:35:17 UTC 2019

Modified Files:
        src/sys/dev/usb: umass.c

Log Message:
typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/sys/dev/usb/umass.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/umass.c
diff -u src/sys/dev/usb/umass.c:1.169 src/sys/dev/usb/umass.c:1.170
--- src/sys/dev/usb/umass.c:1.169	Thu Feb  7 13:20:41 2019
+++ src/sys/dev/usb/umass.c	Thu Feb  7 13:35:17 2019
@@ -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 @@ umass_attach(device_t parent, device_t s
 	}
 
 	/*
-	 * 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) {

Reply via email to