From 0089df8ca48387f86b5ef2b43005fec0c1208039 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 5 Dec 2022 21:48:12 +0300 Subject: [PATCH] Update comment in zone filler. --- pcbnew/zone_filler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/zone_filler.cpp b/pcbnew/zone_filler.cpp index 157dfb34dc..24c7515674 100644 --- a/pcbnew/zone_filler.cpp +++ b/pcbnew/zone_filler.cpp @@ -417,7 +417,7 @@ bool ZONE_FILLER::Fill( std::vector& aZones, bool aCheck, wxWindow* aPare } } - // Make sure the threads are not running + // Make sure that all futures have finished. for( auto& ret : returns ) if( ret.first.valid() ) ret.first.wait();