The open source OpenXR runtime

d/rift + t/common: Fix d/rift typos

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

authored by

Beyley Cardellio and committed by
Marge Bot
366df8fd d9059a89

+2 -2
+1 -1
src/xrt/drivers/rift/rift_interface.h
··· 3 3 /*! 4 4 * @file 5 5 * @brief Interface to Oculus Rift driver code. 6 - * @author Beyley Cardellion <ep1cm1n10n123@gmail.com> 6 + * @author Beyley Cardellio <ep1cm1n10n123@gmail.com> 7 7 * @ingroup drv_rift 8 8 */ 9 9
+1 -1
src/xrt/targets/common/target_lists.c
··· 190 190 191 191 #ifdef XRT_BUILD_DRIVER_RIFT 192 192 {OCULUS_VR_VID, OCULUS_DK2_PID, rift_found, "Rift (DK2)", "rift"}, 193 - #endif // XRT_BUILD_DRIVER_HDK 193 + #endif // XRT_BUILD_DRIVER_RIFT 194 194 195 195 #ifdef XRT_BUILD_DRIVER_ROKID 196 196 {ROKID_VID, ROKID_PID, rokid_found, "Rokid Air or Max", "rokid"},