summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2007-12-02 14:59:32 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2007-12-02 14:59:32 +0000
commitb014c005c91f3a151292aa945dea8b0ab6f560a9 (patch)
tree28f1086e465dcdbf47b9d208cf38e9429531053d
parent54bb4b454c2a9109d28a0b111ae7d3cefba4fa73 (diff)
spelling fix in debug printf
-rw-r--r--sys/dev/usb/uaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uaudio.c b/sys/dev/usb/uaudio.c
index 1f4aa281f7d..b48810c78c5 100644
--- a/sys/dev/usb/uaudio.c
+++ b/sys/dev/usb/uaudio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uaudio.c,v 1.55 2007/11/05 00:17:28 jakemsr Exp $ */
+/* $OpenBSD: uaudio.c,v 1.56 2007/12/02 14:59:31 robert Exp $ */
/* $NetBSD: uaudio.c,v 1.90 2004/10/29 17:12:53 kent Exp $ */
/*
@@ -1518,7 +1518,7 @@ uaudio_process_as(struct uaudio_softc *sc, const char *buf, int *offsp,
if (asid->bDescriptorType != UDESC_CS_INTERFACE ||
asid->bDescriptorSubtype != AS_GENERAL)
return (USBD_INVAL);
- DPRINTF(("uaudio_process_as: asid: bTerminakLink=%d wFormatTag=%d\n",
+ DPRINTF(("uaudio_process_as: asid: bTerminalLink=%d wFormatTag=%d\n",
asid->bTerminalLink, UGETW(asid->wFormatTag)));
offs += asid->bLength;
if (offs > size)