From abbfc2964a06290076101b1de0bfb6753465203e Mon Sep 17 00:00:00 2001 From: iuriatan Date: Fri, 14 Jul 2023 09:40:46 -0300 Subject: [PATCH] Fix goword issue Fix `make verify` issues after updating golangci-lint Signed-off-by: iuriatan --- server/etcdserver/api/rafthttp/transport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/etcdserver/api/rafthttp/transport.go b/server/etcdserver/api/rafthttp/transport.go index 339c5734b..f4070044b 100644 --- a/server/etcdserver/api/rafthttp/transport.go +++ b/server/etcdserver/api/rafthttp/transport.go @@ -110,7 +110,7 @@ type Transport struct { Raft Raft // raft state machine, to which the Transport forwards received messages and reports status Snapshotter *snap.Snapshotter ServerStats *stats.ServerStats // used to record general transportation statistics - // used to record transportation statistics with followers when + // LeaderStats records transportation statistics with followers when // performing as leader in raft protocol LeaderStats *stats.LeaderStats // ErrorC is used to report detected critical errors, e.g.,