summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-09-01 21:37:56 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-09-01 21:37:56 +0000
commitc183570cee0dd12ce8f687fb96879079877c8d2a (patch)
tree6506dfb2c5b0e369efa0793ced8f670897c965d6 /sys
parentc449aa38b90c829ef5541776269594514315aba7 (diff)
downloadFreeBSD-src-c183570cee0dd12ce8f687fb96879079877c8d2a.zip
FreeBSD-src-c183570cee0dd12ce8f687fb96879079877c8d2a.tar.gz
Typo: 'x' should be 'y' (only affects debugging output)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ums.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c
index d6b27dc..3a027d2 100644
--- a/sys/dev/usb/ums.c
+++ b/sys/dev/usb/ums.c
@@ -301,7 +301,7 @@ USB_ATTACH(ums)
DPRINTF(("ums_attach: X\t%d/%d\n",
sc->sc_loc_x.pos, sc->sc_loc_x.size));
DPRINTF(("ums_attach: Y\t%d/%d\n",
- sc->sc_loc_x.pos, sc->sc_loc_x.size));
+ sc->sc_loc_y.pos, sc->sc_loc_y.size));
if (sc->flags & UMS_Z)
DPRINTF(("ums_attach: Z\t%d/%d\n",
sc->sc_loc_z.pos, sc->sc_loc_z.size));
OpenPOWER on IntegriCloud