summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorgson <gson@NetBSD.org>2007-09-09 16:35:13 +0000
committergson <gson@NetBSD.org>2007-09-09 16:35:13 +0000
commita74fd1b8dcc2389ec6cc4ec0dc19de60def41d00 (patch)
tree0e36539f2e07c27e6eace4810e04b79ed9d5846e /sys/dev/usb
parent0b1fe292ead656b9940eb141cca74fe412bb000f (diff)
Fix typo in comment
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/uscanner.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c
index 541c3d7272a..0382e5e80a8 100644
--- a/sys/dev/usb/uscanner.c
+++ b/sys/dev/usb/uscanner.c
@@ -1,4 +1,4 @@
-/* $NetBSD: uscanner.c,v 1.56 2007/03/13 13:51:56 drochner Exp $ */
+/* $NetBSD: uscanner.c,v 1.57 2007/09/09 16:35:13 gson Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uscanner.c,v 1.56 2007/03/13 13:51:56 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uscanner.c,v 1.57 2007/09/09 16:35:13 gson Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -369,7 +369,7 @@ USB_ATTACH(uscanner)
break;
}
- /* Verify that we goething sensible */
+ /* Verify that we got something sensible */
if (ed_bulkin == NULL || ed_bulkout == NULL) {
printf("%s: bulk-in and/or bulk-out endpoint not found\n",
USBDEVNAME(sc->sc_dev));