aboutsummaryrefslogtreecommitdiff
path: root/loader/trampoline.c
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2016-12-19 16:31:43 +0100
committerMark Young <marky@lunarg.com>2016-12-23 09:57:55 -0700
commit994aa745bbe809574af9fceab3eaa0f3911a6745 (patch)
tree076bfc1e233663a58f2106298a7a4aefea78a633 /loader/trampoline.c
parent26b5b7d87a4a7ab78cb663a6ff0de224da1a51dd (diff)
downloadusermoji-994aa745bbe809574af9fceab3eaa0f3911a6745.tar.xz
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.
Diffstat (limited to 'loader/trampoline.c')
-rw-r--r--loader/trampoline.c3
1 files changed, 1 insertions, 2 deletions
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);
}