From f64bd92ed20e720d3c77abc7268e9f7ed71b63c7 Mon Sep 17 00:00:00 2001 From: Fran Bull Date: Mon, 17 Mar 2025 12:19:38 -0700 Subject: [PATCH] remove incorrect comment --- tsconsensus/tsconsensus_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconsensus/tsconsensus_test.go b/tsconsensus/tsconsensus_test.go index 095f7e768..3bb13abc7 100644 --- a/tsconsensus/tsconsensus_test.go +++ b/tsconsensus/tsconsensus_test.go @@ -40,7 +40,7 @@ import ( ) type fsm struct { - mu sync.Mutex // protects events and count + mu sync.Mutex applyEvents []string }