mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
ipc: Fix typo
This commit is contained in:
parent
cf6bd5b208
commit
fb01dce94a
|
@ -118,7 +118,7 @@ struct ipc_client_state
|
||||||
uint32_t space_count;
|
uint32_t space_count;
|
||||||
|
|
||||||
//! Ptrs to the spaces.
|
//! Ptrs to the spaces.
|
||||||
struct xtr_space *xspcs[IPC_MAX_CLIENT_SPACES];
|
struct xrt_space *xspcs[IPC_MAX_CLIENT_SPACES];
|
||||||
|
|
||||||
//! Which of the references spaces is the client using.
|
//! Which of the references spaces is the client using.
|
||||||
bool ref_space_used[XRT_SPACE_REFERENCE_TYPE_COUNT];
|
bool ref_space_used[XRT_SPACE_REFERENCE_TYPE_COUNT];
|
||||||
|
|
Loading…
Reference in a new issue