diff --git a/examples/multithreading/multithreading.cpp b/examples/multithreading/multithreading.cpp index 78904d0ca..c753ef94b 100644 --- a/examples/multithreading/multithreading.cpp +++ b/examples/multithreading/multithreading.cpp @@ -357,7 +357,7 @@ class VulkanExample : public VulkanExampleBase // Secondary command buffer also use the currently active framebuffer inheritanceInfo.framebuffer = frameBuffer; - // Update secondary sene command buffers + // Update secondary scene command buffers updateSecondaryCommandBuffers(inheritanceInfo); if (displayStarSphere) {