c/util: Fix typos in comments

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2378>
This commit is contained in:
Rylie Pavlik 2024-12-06 18:30:35 -06:00
parent bf37f05434
commit a761589000
2 changed files with 4 additions and 4 deletions

View file

@ -498,7 +498,7 @@ comp_render_cs_layer(struct render_compute *crc,
*
* All source layer images needs to be in the correct image layout, no barrier
* is inserted for them. The target images are barriered from undefined to general
* so they can be written to, then to the laying defined by @p transition_to.
* so they can be written to, then to the layout defined by @p transition_to.
*
* Expected layouts:
*

View file

@ -532,7 +532,7 @@ do_layers(struct render_gfx *rr,
/*
* Reserve UBOs, create descriptor sets, and fill in any data ahead of
* time. If we ever want to copy UBO data, this lets us do that easily:
* time. If we ever want to copy UBO data this lets us do that easily:
* write a copy command before the other gfx commands.
*/
@ -685,8 +685,8 @@ do_mesh(struct render_gfx *rr,
VkResult ret;
/*
* Reserve UBOs, create descriptor sets, and fill in any data a head of
* time, if we ever want to copy UBO data this lets us do that easily
* Reserve UBOs, create descriptor sets, and fill in any data ahead of
* time. If we ever want to copy UBO data this lets us do that easily:
* write a copy command before the other gfx commands.
*/