From: Benjamin Lee McQueen Subject: Re: fix typo in uhub.c To: Benjamin Lee McQueen Cc: owner-tech@openbsd.org, Tech Date: Thu, 19 Feb 2026 21:03:34 +0100 On 2026-02-19 19:23, Crystal Kolipe wrote: > If you can't send in-line for some reason, then a plain text file as a mime > attachment is fine. unsure if you would like me to send, but i will send it in case. it's attached. -ben Index: uhub.c =================================================================== RCS file: /cvs/src/sys/dev/usb/uhub.c,v diff -u -r1.98 uhub.c --- uhub.c 23 May 2024 03:21:09 -0000 1.98 +++ uhub.c 19 Feb 2026 16:33:21 -0000 @@ -147,7 +147,7 @@ * parse the bits of the route-string that correspond to * their downstream port number. * - * This does no apply to root hubs. + * This does not apply to root hubs. */ if (dev->depth != 0 && dev->speed == USB_SPEED_SUPER) { if (usbd_set_hub_depth(dev, dev->depth - 1)) {