The open source OpenXR runtime

a/util: Fix some it's vs its

+2 -2
+2 -2
src/xrt/auxiliary/util/u_timing_frame.c
··· 58 58 uint64_t when_submitted_ns; 59 59 uint64_t when_infoed_ns; 60 60 uint64_t current_app_time_ns; 61 - uint64_t expected_done_time_ns; //!< When we expect the compositor to be done with it's frame. 61 + uint64_t expected_done_time_ns; //!< When we expect the compositor to be done with its frame. 62 62 uint64_t desired_present_time_ns; 63 63 uint64_t predicted_display_time_ns; 64 64 uint64_t present_margin_ns; ··· 333 333 f->present_margin_ns, // 334 334 dt->margin_ns, // 335 335 dt->adjust_non_miss_ns)) { 336 - // Nothing to do, the GPU ended it's work +-adjust_non_miss_ns 336 + // Nothing to do, the GPU ended its work +-adjust_non_miss_ns 337 337 // of margin_ns before the present started. 338 338 return; 339 339 }