diff options
author | 2014-04-03 14:42:15 +0000 | |
---|---|---|
committer | 2014-04-03 14:42:15 +0000 | |
commit | f501d19640afa6a25a52c2a53b78fd4c89256e3f (patch) | |
tree | e0662fe2c2b86f06e194fb9a97d744a2c1ef4053 | |
parent | sort SEE ALSO; (diff) | |
download | wireguard-openbsd-f501d19640afa6a25a52c2a53b78fd4c89256e3f.tar.xz wireguard-openbsd-f501d19640afa6a25a52c2a53b78fd4c89256e3f.zip |
XHCI -> xHCI to be consistent with device names.
-rw-r--r-- | sys/dev/usb/xhci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/xhci.c b/sys/dev/usb/xhci.c index a01cf032146..53a32d433ee 100644 --- a/sys/dev/usb/xhci.c +++ b/sys/dev/usb/xhci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xhci.c,v 1.7 2014/03/28 16:19:26 mpi Exp $ */ +/* $OpenBSD: xhci.c,v 1.8 2014/04/03 14:42:15 mpi Exp $ */ /* * Copyright (c) 2014 Martin Pieuchot @@ -1806,7 +1806,7 @@ xhci_root_ctrl_start(struct usbd_xfer *xfer) totlen = usbd_str(buf, len, sc->sc_vendor); break; case 2: /* Product */ - totlen = usbd_str(buf, len, "XHCI root hub"); + totlen = usbd_str(buf, len, "xHCI root hub"); break; } break; |