diff options
| author | Michael Jurka <mikejurka@google.com> | 2016-12-19 16:31:43 +0100 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2016-12-23 09:57:55 -0700 |
| commit | 994aa745bbe809574af9fceab3eaa0f3911a6745 (patch) | |
| tree | 076bfc1e233663a58f2106298a7a4aefea78a633 /loader/trampoline.c | |
| parent | 26b5b7d87a4a7ab78cb663a6ff0de224da1a51dd (diff) | |
| download | usermoji-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.c | 3 |
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); } |
