From 0628bb5b3bb8c6aaa020b85d648015a1c0f15c26 Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Wed, 28 Aug 2024 12:12:41 -0500 Subject: [PATCH] xrt: Minor doc fix Part-of: --- src/xrt/include/xrt/xrt_compositor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xrt/include/xrt/xrt_compositor.h b/src/xrt/include/xrt/xrt_compositor.h index b1af5b7a5..a0d694890 100644 --- a/src/xrt/include/xrt/xrt_compositor.h +++ b/src/xrt/include/xrt/xrt_compositor.h @@ -981,8 +981,8 @@ enum xrt_thread_hint * * Common compositor client interface/base. * - * A compositor is very much analogous to a `XrSession` but without any of the - * input functionality, and does have the same life time as a `XrSession`. + * A compositor is very much analogous to an `XrSession` but without any of the + * input functionality, and does have the same lifetime as an `XrSession`. */ struct xrt_compositor { @@ -1385,7 +1385,7 @@ struct xrt_compositor enum xrt_perf_set_level level); /*! - * @brief Get the extents of the reference space’s bounds rectangle. + * @brief Get the extents of the reference space's bounds rectangle. */ xrt_result_t (*get_reference_bounds_rect)(struct xrt_compositor *xc, enum xrt_reference_space_type reference_space_type,