From dd82b04ab56a6ea24cb7f4b932655b42cc03a7e6 Mon Sep 17 00:00:00 2001 From: Rylie Pavlik <rylie.pavlik@collabora.com> Date: Thu, 21 Mar 2024 11:29:44 -0500 Subject: [PATCH] a/vk: Fix codespell errors. --- src/xrt/auxiliary/vk/vk_helpers.h | 2 +- src/xrt/auxiliary/vk/vk_sync_objects.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xrt/auxiliary/vk/vk_helpers.h b/src/xrt/auxiliary/vk/vk_helpers.h index a96310077..1f0d255c6 100644 --- a/src/xrt/auxiliary/vk/vk_helpers.h +++ b/src/xrt/auxiliary/vk/vk_helpers.h @@ -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. diff --git a/src/xrt/auxiliary/vk/vk_sync_objects.c b/src/xrt/auxiliary/vk/vk_sync_objects.c index 6e8ef4d98..3a096dea8 100644 --- a/src/xrt/auxiliary/vk/vk_sync_objects.c +++ b/src/xrt/auxiliary/vk/vk_sync_objects.c @@ -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");