The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xrt: Minor doc fix

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2322>

+3 -3
+3 -3
src/xrt/include/xrt/xrt_compositor.h
··· 981 981 * 982 982 * Common compositor client interface/base. 983 983 * 984 - * A compositor is very much analogous to a `XrSession` but without any of the 985 - * input functionality, and does have the same life time as a `XrSession`. 984 + * A compositor is very much analogous to an `XrSession` but without any of the 985 + * input functionality, and does have the same lifetime as an `XrSession`. 986 986 */ 987 987 struct xrt_compositor 988 988 { ··· 1385 1385 enum xrt_perf_set_level level); 1386 1386 1387 1387 /*! 1388 - * @brief Get the extents of the reference space’s bounds rectangle. 1388 + * @brief Get the extents of the reference space's bounds rectangle. 1389 1389 */ 1390 1390 xrt_result_t (*get_reference_bounds_rect)(struct xrt_compositor *xc, 1391 1391 enum xrt_reference_space_type reference_space_type,