···193193 * call, opening those devices to create instances of xrt_device
194194 * implementations.
195195 *
196196- * If no HMD (not even a dummy HMD) is found, then no devices will be
196196+ * If no HMD (not even a simulated HMD) is found, then no devices will be
197197 * returned (all xdevs will be NULL). Otherwise, xdevs will be populated
198198 * with the HMD in xdevs[0], and any subsequent non-NULL values
199199 * referring to additional non-HMD devices.
···738738 const char *name;
739739740740 /*!
741741- * Do the internal probing that the driver needs to do in order to find
741741+ * Do the internal probing that the driver needs to do to find
742742 * devices.
743743 *
744744 * @param xap Self pointer
···746746 * config, if any.
747747 * @param[in] no_hmds If true, do not probe for HMDs, only other
748748 * devices.
749749- * @param[in] xp Prober: provided for access to the tracking factory,
749749+ * @param[in] xp Prober: provided to use the tracking factory,
750750 * among other reasons.
751751 * @param[out] out_xdevs Array of @ref XRT_MAX_DEVICES_PER_PROBE @c NULL
752752 * @ref xrt_device pointers. First elements will be populated with new
···800800 xrt_auto_prober_create_func_t *auto_probers;
801801802802 /*!
803803- * Allows you to chain multiple prober entry lists.
803803+ * Lets you chain multiple prober entry lists.
804804 */
805805 struct xrt_prober_entry_lists *next;
806806};
+1-1
src/xrt/include/xrt/xrt_results.h
···77777878 /*!
7979 * The pose is no longer active, this happens when the application
8080- * tries to access a pose that is no longer active.
8080+ * tries to get a pose that is no longer active.
8181 */
8282 XRT_ERROR_POSE_NOT_ACTIVE = -8,
8383