fix spelling mistake
authorJacob Lifshay <programmerjake@gmail.com>
Sat, 2 Sep 2017 00:20:29 +0000 (17:20 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Sat, 2 Sep 2017 00:20:29 +0000 (17:20 -0700)
src/vulkan/vk_icd.h

index 1983e5d4e506de9948f3f5c53a3bbe6232802fab..b8c7efcb6bb5dc7d53a67f9ea037ef0a145bd9d9 100644 (file)
@@ -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