diff --git a/algo/algo.go b/algo/algo.go index 4c296e5..8602397 100644 --- a/algo/algo.go +++ b/algo/algo.go @@ -22,7 +22,7 @@ import ( // mu protects access to meanStats. var mu sync.Mutex -// mCoMPL protexts access to comparisonOfMeansPicList. +// mCoMPL protects access to comparisonOfMeansPicList. var mCoMPL sync.Mutex var meanStats = &stats.MeanStats{}