From 994aa745bbe809574af9fceab3eaa0f3911a6745 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Mon, 19 Dec 2016 16:31:43 +0100 Subject: loader: clean up comment and variable Make one variable's name plural to clarify that it contains more than one layer. Also, clean up a comment that wrapped prematurely to the next line. --- loader/trampoline.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'loader/trampoline.c') diff --git a/loader/trampoline.c b/loader/trampoline.c index 8c1fbab6..20b133ea 100644 --- a/loader/trampoline.c +++ b/loader/trampoline.c @@ -68,8 +68,7 @@ vkGetInstanceProcAddr(VkInstance instance, const char *pName) { // extensions. // Device extensions are returned if a layer or ICD supports the extension. // Instance extensions are returned if the extension is enabled and the - // loader - // or someone else supports the extension + // loader or someone else supports the extension return trampolineGetProcAddr(ptr_instance, pName); } -- cgit v1.2.3