···325325 struct render_sub_alloc *out_rsa);
326326327327/*!
328328- * Allocate enough memory (with constraints of UBOs) to hold the memory in @ptr
328328+ * Allocate enough memory (with constraints of UBOs) to hold the memory in @p ptr
329329 * and copy that memory to the buffer using the CPU.
330330 */
331331XRT_CHECK_RESULT VkResult
···11011101 /*!
11021102 * Shared descriptor set, used for the clear and distortion shaders. It
11031103 * is used in the functions @ref render_compute_projection_timewarp,
11041104- * @ref render_compute_projection and @ref render_compute_clear.
11041104+ * @ref render_compute_projection, and @ref render_compute_clear.
11051105 */
11061106 VkDescriptorSet shared_descriptor_set;
11071107};