comp: Fix some it's vs its.

This commit is contained in:
Ryan Pavlik 2021-11-03 17:28:17 -05:00
parent afc2af549f
commit 7a26a2339b
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ struct comp_renderer
/*!
* Array of "rendering" target resources equal in size to the number of
* comp_target images. Each target resources holds all of the resources
* needed to render to that target and it's views.
* needed to render to that target and its views.
*/
struct comp_rendering_target_resources *rtr_array;

View file

@ -104,7 +104,7 @@ comp_shaders_close(struct comp_shaders *s, struct vk_bundle *vk);
*/
/*!
* Helper struct holding a buffer and it's memory.
* Helper struct holding a buffer and its memory.
*/
struct comp_buffer
{