mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 03:45:24 +00:00
comp: Codespell fixes.
This commit is contained in:
parent
ba3b220ad2
commit
128abac9e8
|
@ -29,7 +29,7 @@ struct client_gl_xlib_compositor
|
|||
};
|
||||
|
||||
/*!
|
||||
* Convinence function to convert a xrt_compositor to a
|
||||
* Convenience function to convert a xrt_compositor to a
|
||||
* client_gl_xlib_compositor.
|
||||
*
|
||||
* @ingroup comp_client
|
||||
|
|
|
@ -62,7 +62,7 @@ struct client_vk_compositor
|
|||
*/
|
||||
|
||||
/*!
|
||||
* Convinence function to convert a xrt_swapchain to a client_vk_swapchain.
|
||||
* Convenience function to convert a xrt_swapchain to a client_vk_swapchain.
|
||||
*
|
||||
* @ingroup comp_client
|
||||
*/
|
||||
|
@ -73,7 +73,7 @@ client_vk_swapchain(struct xrt_swapchain *xsc)
|
|||
}
|
||||
|
||||
/*!
|
||||
* Convinence function to convert a xrt_compositor to a client_vk_compositor.
|
||||
* Convenience function to convert a xrt_compositor to a client_vk_compositor.
|
||||
*
|
||||
* @ingroup comp_client
|
||||
*/
|
||||
|
|
|
@ -162,7 +162,7 @@ struct comp_compositor
|
|||
*/
|
||||
|
||||
/*!
|
||||
* Convinence function to convert a xrt_swapchain to a comp_swapchain.
|
||||
* Convenience function to convert a xrt_swapchain to a comp_swapchain.
|
||||
*
|
||||
* @ingroup comp_main
|
||||
*/
|
||||
|
@ -173,7 +173,7 @@ comp_swapchain(struct xrt_swapchain *xsc)
|
|||
}
|
||||
|
||||
/*!
|
||||
* Convinence function to convert a xrt_compositor to a comp_compositor.
|
||||
* Convenience function to convert a xrt_compositor to a comp_compositor.
|
||||
*
|
||||
* @ingroup comp_main
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue