Module Name:    src
Committed By:   sborrill
Date:           Mon Mar  5 16:14:03 UTC 2012

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

Log Message:
not enable -> not enabled


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/dev/usb/uhub.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/uhub.c
diff -u src/sys/dev/usb/uhub.c:1.114 src/sys/dev/usb/uhub.c:1.115
--- src/sys/dev/usb/uhub.c:1.114	Thu Jun  9 19:08:32 2011
+++ src/sys/dev/usb/uhub.c	Mon Mar  5 16:14:03 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: uhub.c,v 1.114 2011/06/09 19:08:32 matt Exp $	*/
+/*	$NetBSD: uhub.c,v 1.115 2012/03/05 16:14:03 sborrill Exp $	*/
 /*	$FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $	*/
 
 /*
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhub.c,v 1.114 2011/06/09 19:08:32 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhub.c,v 1.115 2012/03/05 16:14:03 sborrill Exp $");
 
 #include "opt_usb.h"
 
@@ -530,7 +530,7 @@ uhub_explore(usbd_device_handle dev)
 		if (!(status & UPS_PORT_ENABLED)) {
 			/* Not allowed send/receive packet. */
 #ifdef DIAGNOSTIC
-			printf("%s: port %d, device not enable\n",
+			printf("%s: port %d, device not enabled\n",
 			       device_xname(sc->sc_dev), port);
 #endif
 			continue;

Reply via email to