The open source OpenXR runtime
0
fork

Configure Feed

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

c/main: Fix typo

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
3058f1c1 9af44470

+2 -2
+2 -2
src/xrt/compositor/main/comp_target.h
··· 529 529 //! Pretty loggable name of target type. 530 530 const char *name; 531 531 532 - //! Short all lowercaps identifier for target type. 532 + //! Short all lowercase identifier for target type. 533 533 const char *identifier; 534 534 535 535 //! Does this factory require Vulkan to have been initialized. ··· 549 549 550 550 /*! 551 551 * Checks if this target can be detected, is the preferred target or 552 - * some other special considiration that this target should be used over 552 + * some other special consideration that this target should be used over 553 553 * all other targets. 554 554 * 555 555 * This is needed for NVIDIA direct mode which window must be created