···5656 */
57575858/*!
5959- * Convinence function to convert a xrt_swapchain to a client_gl_swapchain.
5959+ * Convenience function to convert a xrt_swapchain to a client_gl_swapchain.
6060 */
6161static inline struct client_gl_swapchain *
6262client_gl_swapchain(struct xrt_swapchain *xsc)
···6565}
66666767/*!
6868- * Convinence function to convert a xrt_compositor to a client_gl_compositor.
6868+ * Convenience function to convert a xrt_compositor to a client_gl_compositor.
6969 */
7070static inline struct client_gl_compositor *
7171client_gl_compositor(struct xrt_compositor *xc)
+2-1
src/xrt/compositor/main/comp_compositor.c
···62626363#include "util/u_var.h"
64646565+6566/*!
6667 */
6768static void
···818819819820 // Need to select window backend before creating Vulkan, then
820821 // swapchain will initialize the window fully and the swapchain,
821821- // and finally the renderer is created which renderers to
822822+ // and finally the renderer is created which renders to
822823 // window/swapchain.
823824824825 // clang-format off