t/common: Fix small typo for target_builder_simulated.c's comment [NFC]

This commit is contained in:
utzcoz 2023-04-11 12:00:01 +00:00 committed by Jakob Bornecrantz
parent 5565564e70
commit 39d701a30c

View file

@ -116,7 +116,7 @@ simulated_open_system(struct xrt_builder *xb,
//! @todo Make these be a option to the hmd create function, or just make it be there from the start.
head->orientation_tracking_supported = true;
head->position_tracking_supported = true;
//! @todo Create a shared tracking origin on the system deviecs struct instead.
//! @todo Create a shared tracking origin on the system devices struct instead.
head->tracking_origin->type = XRT_TRACKING_TYPE_OTHER; // Just anything other then none.
struct u_system_devices *usysd = u_system_devices_allocate();