Module: Mesa Branch: main Commit: dafd6e776ef4e1f695107967aabd2c3a15d7c8ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dafd6e776ef4e1f695107967aabd2c3a15d7c8ac
Author: Eric Engestrom <[email protected]> Date: Mon Dec 4 10:35:31 2023 +0000 venus: fix typo in comment Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26495> --- src/virtio/vulkan/vn_physical_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/virtio/vulkan/vn_physical_device.c b/src/virtio/vulkan/vn_physical_device.c index 96cf8eff727..6d554b995ec 100644 --- a/src/virtio/vulkan/vn_physical_device.c +++ b/src/virtio/vulkan/vn_physical_device.c @@ -1155,7 +1155,7 @@ vn_physical_device_get_passthrough_extensions( * VkPhysicalDeviceVulkan13Features. * * For now, we implement the extension functions natively by using - * Mesa's commong implementation. We passthrough + * Mesa's common implementation. We passthrough * VkDevicePrivateDataCreateInfo to the renderer, which is harmless. * We passthrough the extension enablement and feature bits to the * renderer because otherwise VkDevicePrivateDataCreateInfo would
