···151151 */
152152153153/*!
154154- * Safely copy a xrt_pose to a XrPosef.
154154+ * Safely copy an xrt_pose to an XrPosef.
155155 */
156156#define OXR_XRT_POSE_TO_XRPOSEF(FROM, TO) \
157157 do { \
···163163 } while (false)
164164165165/*!
166166- * Safely copy a xrt_fov to a XrFovf.
166166+ * Safely copy an xrt_fov to an XrFovf.
167167 */
168168#define OXR_XRT_FOV_TO_XRFOVF(FROM, TO) \
169169 do { \
···14441444 *
14451445 * Not strictly an object, but an atom.
14461446 *
14471447- * Valid only within a XrInstance (@ref oxr_instance)
14471447+ * Valid only within an XrInstance (@ref oxr_instance)
14481448 *
14491449 * @obj{XrSystemId}
14501450 */