The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

comp: Fix some it's vs its.

+2 -2
+1 -1
src/xrt/compositor/main/comp_renderer.c
··· 73 73 /*! 74 74 * Array of "rendering" target resources equal in size to the number of 75 75 * comp_target images. Each target resources holds all of the resources 76 - * needed to render to that target and it's views. 76 + * needed to render to that target and its views. 77 77 */ 78 78 struct comp_rendering_target_resources *rtr_array; 79 79
+1 -1
src/xrt/compositor/render/comp_render.h
··· 104 104 */ 105 105 106 106 /*! 107 - * Helper struct holding a buffer and it's memory. 107 + * Helper struct holding a buffer and its memory. 108 108 */ 109 109 struct comp_buffer 110 110 {