···5858 uint64_t when_submitted_ns;
5959 uint64_t when_infoed_ns;
6060 uint64_t current_app_time_ns;
6161- uint64_t expected_done_time_ns; //!< When we expect the compositor to be done with it's frame.
6161+ uint64_t expected_done_time_ns; //!< When we expect the compositor to be done with its frame.
6262 uint64_t desired_present_time_ns;
6363 uint64_t predicted_display_time_ns;
6464 uint64_t present_margin_ns;
···333333 f->present_margin_ns, //
334334 dt->margin_ns, //
335335 dt->adjust_non_miss_ns)) {
336336- // Nothing to do, the GPU ended it's work +-adjust_non_miss_ns
336336+ // Nothing to do, the GPU ended its work +-adjust_non_miss_ns
337337 // of margin_ns before the present started.
338338 return;
339339 }