diff options
| author | 2008-11-12 16:01:09 +0000 | |
|---|---|---|
| committer | 2008-11-12 16:01:09 +0000 | |
| commit | a77f5536c1247d0572fff2d716f90507d2315ecc (patch) | |
| tree | 4ee4988fb906903b933cbbf0e2ff0ecfb16aaa90 | |
| parent | we should not document each operand in the usage of a command, (diff) | |
| download | wireguard-openbsd-a77f5536c1247d0572fff2d716f90507d2315ecc.tar.xz wireguard-openbsd-a77f5536c1247d0572fff2d716f90507d2315ecc.zip | |
fix typo in debug printf; ok ratchov@
| -rw-r--r-- | sys/dev/usb/uaudio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uaudio.c b/sys/dev/usb/uaudio.c index fed404bf773..72040169853 100644 --- a/sys/dev/usb/uaudio.c +++ b/sys/dev/usb/uaudio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uaudio.c,v 1.59 2008/06/26 05:42:18 ray Exp $ */ +/* $OpenBSD: uaudio.c,v 1.60 2008/11/12 16:01:09 sthen Exp $ */ /* $NetBSD: uaudio.c,v 1.90 2004/10/29 17:12:53 kent Exp $ */ /* @@ -1576,7 +1576,7 @@ uaudio_process_as(struct uaudio_softc *sc, const char *buf, int *offsp, if (sed->bDescriptorType != UDESC_CS_ENDPOINT || sed->bDescriptorSubtype != AS_GENERAL) return (USBD_INVAL); - DPRINTF((" streadming_endpoint: offset=%d bLength=%d\n", offs, sed->bLength)); + DPRINTF((" streaming_endpoint: offset=%d bLength=%d\n", offs, sed->bLength)); offs += sed->bLength; if (offs > size) return (USBD_INVAL); |
