From 39d701a30c700a7641f461ceba72f9943c907ea5 Mon Sep 17 00:00:00 2001 From: utzcoz Date: Tue, 11 Apr 2023 12:00:01 +0000 Subject: [PATCH] t/common: Fix small typo for target_builder_simulated.c's comment [NFC] --- src/xrt/targets/common/target_builder_simulated.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrt/targets/common/target_builder_simulated.c b/src/xrt/targets/common/target_builder_simulated.c index 47f40eb48..d9ac23c0c 100644 --- a/src/xrt/targets/common/target_builder_simulated.c +++ b/src/xrt/targets/common/target_builder_simulated.c @@ -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();