From 4078c4f283fcc6fab50b2ede72b45d01204bc323 Mon Sep 17 00:00:00 2001 From: Water Chika Date: Mon, 16 Dec 2024 19:08:14 +0000 Subject: Update cube/cube.c Co-authored-by: Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> --- cube/cube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/cube.c b/cube/cube.c index 18fd5ec9..9e58ea36 100644 --- a/cube/cube.c +++ b/cube/cube.c @@ -5073,7 +5073,7 @@ int main(int argc, char **argv) { #endif #if defined(VK_USE_PLATFORM_DISPLAY_KHR) case (WSI_PLATFORM_DISPLAY): - // select physical device because display surface creation need gpu is selected. + // select physical device because display surface creation needs a gpu to be selected. demo_select_physical_device(&demo); break; #endif -- cgit v1.2.3