mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
a/vk: Fix codespell errors.
This commit is contained in:
parent
ae88c4c18f
commit
dd82b04ab5
|
@ -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.
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue