From dafd6e776ef4e1f695107967aabd2c3a15d7c8ac Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 4 Dec 2023 10:35:31 +0000 Subject: [PATCH] venus: fix typo in comment Part-of: --- 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