aboutsummaryrefslogtreecommitdiff
path: root/loader/table_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/table_ops.h')
-rw-r--r--loader/table_ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/table_ops.h b/loader/table_ops.h
index 427a7f62..546273f3 100644
--- a/loader/table_ops.h
+++ b/loader/table_ops.h
@@ -541,7 +541,7 @@ loader_lookup_device_dispatch_table(const VkLayerDispatchTable *table,
return (void *)table->CmdExecuteCommands;
if (!strcmp(name, "CreateSwapchainKHR")) {
- // For CreateSwapChainKHR we need to use the entry and terminator
+ // For CreateSwapChainKHR we need to use trampoline and terminator
// functions to properly unwrap the SurfaceKHR object.
return (void *)vkCreateSwapchainKHR;
}