diff options
| -rw-r--r-- | cube/cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
