util: Fix typo

This commit is contained in:
Ryan Pavlik 2021-09-20 10:28:53 -05:00
parent d4d6a1a73f
commit 4ae1a1753c

View file

@ -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;