aboutsummaryrefslogtreecommitdiff
path: root/cube/cube.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cube/cube.cpp')
-rw-r--r--cube/cube.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/cube.cpp b/cube/cube.cpp
index 12e9e789..abafc024 100644
--- a/cube/cube.cpp
+++ b/cube/cube.cpp
@@ -4098,7 +4098,7 @@ int main(int argc, char **argv) {
#endif
#if defined(VK_USE_PLATFORM_DISPLAY_KHR)
case (WsiPlatform::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();
break;
#endif