Skip to content

Commit

Permalink
Core: Fix typo in commment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicost committed Nov 4, 2024
1 parent a52a350 commit cc8b438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMCore/MMCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<DeviceInstance> pPort : ports)
{
mm::DeviceModuleLockGuard guard(pPort);
Expand Down

0 comments on commit cc8b438

Please sign in to comment.