From 70e6b29dbeaae0a2e70c86d6bd45ab6cfecd6c27 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Fri, 18 Feb 2022 11:53:41 -0800 Subject: [PATCH] Fix a typo. --- internal/eventlog/eventlog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/eventlog/eventlog.go b/internal/eventlog/eventlog.go index a33464f5d..f916f2758 100644 --- a/internal/eventlog/eventlog.go +++ b/internal/eventlog/eventlog.go @@ -172,7 +172,7 @@ func (lg *Log) state() logState { } // waitStateChange blocks until either ctx ends or the head of the log is -// modified, then returns the statee of the log. An error is reported only if +// modified, then returns the state of the log. An error is reported only if // ctx terminates before head changes. func (lg *Log) waitStateChange(ctx context.Context) (logState, error) { lg.mu.Lock()