aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLenny Komow <lenny@lunarg.com>2017-09-05 09:21:47 -0600
committerLenny Komow <lenny@lunarg.com>2017-09-05 09:21:47 -0600
commitdacf0c23f75d8cd36f85b450dc3c692cfdc9ff3d (patch)
tree97e796ab19198f5bc2edea3f06768cbf8fdf10ca
parent2357086bfafe1e800d52fc307c63ae7f366f1c69 (diff)
downloadusermoji-dacf0c23f75d8cd36f85b450dc3c692cfdc9ff3d.tar.xz
headers: Fix a typo in vk_icd.h
Change-Id: I9ede42e379605329ffd25a9466e0971b3ab7dd77
-rw-r--r--include/vulkan/vk_icd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vk_icd.h b/include/vulkan/vk_icd.h
index 1983e5d4..b8c7efcb 100644
--- a/include/vulkan/vk_icd.h
+++ b/include/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