c/main: a->an

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2322>
This commit is contained in:
Rylie Pavlik 2024-08-28 13:29:39 -05:00
parent 78ce8b8f0e
commit 4bf07bf515
2 changed files with 2 additions and 2 deletions

View file

@ -169,7 +169,7 @@ struct comp_compositor
*/
/*!
* Convenience function to convert a xrt_compositor to a comp_compositor.
* Convenience function to convert an xrt_compositor to a comp_compositor.
*
* @private @memberof comp_compositor
*/

View file

@ -6,7 +6,7 @@
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup comp_main
*
* Formerly a header for defining a XRT graphics provider.
* Formerly a header for defining an XRT graphics provider.
*/
#pragma once