algo: correct a typo [skip ci]

This commit is contained in:
leo 2023-02-23 17:50:13 +01:00
parent dd92f3fb41
commit 7317a023dc
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -22,7 +22,7 @@
// 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{}