mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
st/prober: Fix typo
This commit is contained in:
parent
e44dd1a755
commit
882388b320
|
@ -399,7 +399,7 @@ p_udev_enumerate_hidraw(struct prober *p, struct udev *udev)
|
|||
goto next;
|
||||
}
|
||||
|
||||
// Get USB bus and address to de-dublicate devices.
|
||||
// Get USB bus and address to de-duplicate devices.
|
||||
ret = p_udev_get_usb_hid_address(raw_dev, bus_type, &dev_class,
|
||||
&usb_bus, &usb_addr);
|
||||
if (ret != 0) {
|
||||
|
|
Loading…
Reference in a new issue