From cc8b43844ac56ca6bbb90ef2a57188fd96f5d2c5 Mon Sep 17 00:00:00 2001 From: Nico Stuurman Date: Mon, 4 Nov 2024 15:14:20 -0800 Subject: [PATCH] Core: Fix typo in commment. --- MMCore/MMCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMCore/MMCore.cpp b/MMCore/MMCore.cpp index ef03027ee..7735b5257 100644 --- a/MMCore/MMCore.cpp +++ b/MMCore/MMCore.cpp @@ -946,7 +946,7 @@ void CMMCore::initializeAllDevicesParallel() throw (CMMError) } } - // Initialize ports first. This should be gast, so no need to go parallel (also could not hurt really) + // Initialize ports first. This should be fast, so no need to go parallel (also could not hurt really) for (std::shared_ptr pPort : ports) { mm::DeviceModuleLockGuard guard(pPort);