diff --git a/src/vsg/app/Viewer.cpp b/src/vsg/app/Viewer.cpp index ade554c29..bd0e10447 100644 --- a/src/vsg/app/Viewer.cpp +++ b/src/vsg/app/Viewer.cpp @@ -483,7 +483,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);