mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-03 12:28:07 +00:00
util: Fix typo
This commit is contained in:
parent
d4d6a1a73f
commit
4ae1a1753c
|
@ -357,7 +357,7 @@ u_device_assign_xdev_roles(struct xrt_device **xdevs, size_t num_xdevs, int *hea
|
|||
} else if (*right == XRT_DEVICE_ROLE_UNASSIGNED) {
|
||||
*right = (int)i;
|
||||
} else {
|
||||
//! @todo: do something with unassigend devices?
|
||||
//! @todo: do something with unassigned devices?
|
||||
}
|
||||
break;
|
||||
default: break;
|
||||
|
|
Loading…
Reference in a new issue