···498498 *
499499 * All source layer images needs to be in the correct image layout, no barrier
500500 * is inserted for them. The target images are barriered from undefined to general
501501- * so they can be written to, then to the laying defined by @p transition_to.
501501+ * so they can be written to, then to the layout defined by @p transition_to.
502502 *
503503 * Expected layouts:
504504 *
+3-3
src/xrt/compositor/util/comp_render_gfx.c
···532532533533 /*
534534 * Reserve UBOs, create descriptor sets, and fill in any data ahead of
535535- * time. If we ever want to copy UBO data, this lets us do that easily:
535535+ * time. If we ever want to copy UBO data this lets us do that easily:
536536 * write a copy command before the other gfx commands.
537537 */
538538···685685 VkResult ret;
686686687687 /*
688688- * Reserve UBOs, create descriptor sets, and fill in any data a head of
689689- * time, if we ever want to copy UBO data this lets us do that easily
688688+ * Reserve UBOs, create descriptor sets, and fill in any data ahead of
689689+ * time. If we ever want to copy UBO data this lets us do that easily:
690690 * write a copy command before the other gfx commands.
691691 */
692692