diff options
author | 2006-06-26 19:12:38 +0000 | |
---|---|---|
committer | 2006-06-26 19:12:38 +0000 | |
commit | a75de095e6f09c4e7fb9476b06a43a86bb3ea317 (patch) | |
tree | 6e7874a4f64b485978fccce69012c5f90851c364 /sys/dev/usb/uhub.c | |
parent | Avoid using the rfact member of 'struct sensor' which is on its way out. (diff) | |
download | wireguard-openbsd-a75de095e6f09c4e7fb9476b06a43a86bb3ea317.tar.xz wireguard-openbsd-a75de095e6f09c4e7fb9476b06a43a86bb3ea317.zip |
fix typos in debug messages
ok pascoe@
Diffstat (limited to 'sys/dev/usb/uhub.c')
-rw-r--r-- | sys/dev/usb/uhub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index 387df78c059..035e20c94d1 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhub.c,v 1.33 2006/06/23 06:27:11 miod Exp $ */ +/* $OpenBSD: uhub.c,v 1.34 2006/06/26 19:12:38 mjc Exp $ */ /* $NetBSD: uhub.c,v 1.64 2003/02/08 03:32:51 ichiro Exp $ */ /* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */ @@ -502,7 +502,7 @@ uhub_explore(usbd_device_handle dev) dev->depth + 1, speed, port, up); /* XXX retry a few times? */ if (err) { - DPRINTFN(-1,("uhub_explore: usb_new_device failed, " + DPRINTFN(-1,("uhub_explore: usbd_new_device failed, " "error=%s\n", usbd_errstr(err))); /* Avoid addressing problems by disabling. */ /* usbd_reset_port(dev, port, &up->status); */ |