The open source OpenXR runtime
0
fork

Configure Feed

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

a/vk: Fix codespell errors.

authored by

Rylie Pavlik and committed by
Simon Zeni
dd82b04a ae88c4c1

+2 -2
+1 -1
src/xrt/auxiliary/vk/vk_helpers.h
··· 1678 1678 * equating to an epoch of 5726 seconds before overflowing. The function can 1679 1679 * handle overflows happening between the given timestamps and when it is called 1680 1680 * but only for one such epoch overflow, any more will only be treated as one 1681 - * such overflow. So timestamps needs to be converted resonably soon after they 1681 + * such overflow. So timestamps needs to be converted reasonably soon after they 1682 1682 * have been captured. 1683 1683 * 1684 1684 * @param vk The Vulkan bundle.
+1 -1
src/xrt/auxiliary/vk/vk_sync_objects.c
··· 134 134 return ret; 135 135 } 136 136 137 - // Won't be returned, but name for debbuging. 137 + // Won't be returned, but name for debugging. 138 138 VK_NAME_FENCE(vk, fence, "VK Create Submit Sync"); 139 139 140 140