ipc: Fix typo

This commit is contained in:
Niharika Challapalli 2024-01-02 18:47:47 +00:00 committed by Jakob Bornecrantz
parent cf6bd5b208
commit fb01dce94a

View file

@ -118,7 +118,7 @@ struct ipc_client_state
uint32_t space_count;
//! 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.
bool ref_space_used[XRT_SPACE_REFERENCE_TYPE_COUNT];