diff --git a/src/vsg/app/Viewer.cpp b/src/vsg/app/Viewer.cpp index 380869b4f..2bca5dea5 100644 --- a/src/vsg/app/Viewer.cpp +++ b/src/vsg/app/Viewer.cpp @@ -485,7 +485,7 @@ void Viewer::assignRecordAndSubmitTaskAndPresentation(CommandGraphs in_commandGr // get main queue used for RecordAndSubmitTask ref_ptr mainQueue = device->getQueue(deviceQueueFamily.queueFamily); - // get presentat queue if required/supported + // get presentation queue if required/supported ref_ptr presentQueue; if (deviceQueueFamily.presentFamily >= 0) presentQueue = device->getQueue(deviceQueueFamily.presentFamily);