From 47f01d2c124c79484a7ca441db4ad4ecdea97adc Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 1 Sep 2017 17:20:29 -0700 Subject: [PATCH] fix spelling mistake --- src/vulkan/vk_icd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/vk_icd.h b/src/vulkan/vk_icd.h index 1983e5d..b8c7efc 100644 --- a/src/vulkan/vk_icd.h +++ b/src/vulkan/vk_icd.h @@ -47,7 +47,7 @@ typedef VkResult (VKAPI_PTR *PFN_vkNegotiateLoaderICDInterfaceVersion)(uint32_t *pVersion); // This is defined in vk_layer.h which will be found by the loader, but if an ICD is building against this -// flie directly, it won't be found. +// file directly, it won't be found. #ifndef PFN_GetPhysicalDeviceProcAddr typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName); #endif -- 2.30.2