···16781678 * equating to an epoch of 5726 seconds before overflowing. The function can
16791679 * handle overflows happening between the given timestamps and when it is called
16801680 * but only for one such epoch overflow, any more will only be treated as one
16811681- * such overflow. So timestamps needs to be converted resonably soon after they
16811681+ * such overflow. So timestamps needs to be converted reasonably soon after they
16821682 * have been captured.
16831683 *
16841684 * @param vk The Vulkan bundle.
+1-1
src/xrt/auxiliary/vk/vk_sync_objects.c
···134134 return ret;
135135 }
136136137137- // Won't be returned, but name for debbuging.
137137+ // Won't be returned, but name for debugging.
138138 VK_NAME_FENCE(vk, fence, "VK Create Submit Sync");
139139140140