From 80d1d29cb5c3247e9c527e1b8e2403d252e7a2ce Mon Sep 17 00:00:00 2001 From: Pete Black Date: Thu, 9 Apr 2020 14:49:37 +0100 Subject: [PATCH] comp: Tidy and spell check --- src/xrt/compositor/client/comp_gl_client.h | 4 ++-- src/xrt/compositor/main/comp_compositor.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/xrt/compositor/client/comp_gl_client.h b/src/xrt/compositor/client/comp_gl_client.h index 36e2243bd..5a5bd72ca 100644 --- a/src/xrt/compositor/client/comp_gl_client.h +++ b/src/xrt/compositor/client/comp_gl_client.h @@ -56,7 +56,7 @@ struct client_gl_compositor */ /*! - * Convinence function to convert a xrt_swapchain to a client_gl_swapchain. + * Convenience function to convert a xrt_swapchain to a client_gl_swapchain. */ static inline struct client_gl_swapchain * client_gl_swapchain(struct xrt_swapchain *xsc) @@ -65,7 +65,7 @@ client_gl_swapchain(struct xrt_swapchain *xsc) } /*! - * Convinence function to convert a xrt_compositor to a client_gl_compositor. + * Convenience function to convert a xrt_compositor to a client_gl_compositor. */ static inline struct client_gl_compositor * client_gl_compositor(struct xrt_compositor *xc) diff --git a/src/xrt/compositor/main/comp_compositor.c b/src/xrt/compositor/main/comp_compositor.c index 1818dbede..53eba3f7b 100644 --- a/src/xrt/compositor/main/comp_compositor.c +++ b/src/xrt/compositor/main/comp_compositor.c @@ -62,6 +62,7 @@ #include "util/u_var.h" + /*! */ static void @@ -818,7 +819,7 @@ xrt_gfx_provider_create_fd(struct xrt_device *xdev, bool flip_y) // Need to select window backend before creating Vulkan, then // swapchain will initialize the window fully and the swapchain, - // and finally the renderer is created which renderers to + // and finally the renderer is created which renders to // window/swapchain. // clang-format off