a/vk: Fix codespell errors.

This commit is contained in:
Rylie Pavlik 2024-03-21 11:29:44 -05:00 committed by Simon Zeni
parent ae88c4c18f
commit dd82b04ab5
2 changed files with 2 additions and 2 deletions

View file

@ -1678,7 +1678,7 @@ vk_create_timeline_semaphore_from_native(struct vk_bundle *vk, xrt_graphics_sync
* equating to an epoch of 5726 seconds before overflowing. The function can
* handle overflows happening between the given timestamps and when it is called
* but only for one such epoch overflow, any more will only be treated as one
* such overflow. So timestamps needs to be converted resonably soon after they
* such overflow. So timestamps needs to be converted reasonably soon after they
* have been captured.
*
* @param vk The Vulkan bundle.

View file

@ -134,7 +134,7 @@ vk_create_and_submit_fence_native(struct vk_bundle *vk, xrt_graphics_sync_handle
return ret;
}
// Won't be returned, but name for debbuging.
// Won't be returned, but name for debugging.
VK_NAME_FENCE(vk, fence, "VK Create Submit Sync");