The open source OpenXR runtime

u/timing: Fix typo

+1 -1
+1 -1
src/xrt/auxiliary/util/u_render_timing.h
··· 103 u_rt_helper_mark_begin(struct u_rt_helper *urth, int64_t frame_id); 104 105 /*! 106 - * When a frame has been discared. 107 */ 108 void 109 u_rt_helper_mark_discarded(struct u_rt_helper *urth, int64_t frame_id);
··· 103 u_rt_helper_mark_begin(struct u_rt_helper *urth, int64_t frame_id); 104 105 /*! 106 + * When a frame has been discarded. 107 */ 108 void 109 u_rt_helper_mark_discarded(struct u_rt_helper *urth, int64_t frame_id);