From 0f975acf2fc2dbc255eac8baf9704ad1988c5f62 Mon Sep 17 00:00:00 2001 From: "lan.tian" Date: Mon, 24 Jul 2023 15:48:55 +0800 Subject: [PATCH] update typo in raft.go Signed-off-by: lan.tian --- server/etcdserver/raft.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/etcdserver/raft.go b/server/etcdserver/raft.go index ebd3d5e95e2..83214c7f578 100644 --- a/server/etcdserver/raft.go +++ b/server/etcdserver/raft.go @@ -223,7 +223,7 @@ func (r *raftNode) start(rh *raftReadyHandler) { return } - // the leader can write to its disk in parallel with replicating to the followers and them + // the leader can write to its disk in parallel with replicating to the followers and then // writing to their disks. // For more details, check raft thesis 10.2.1 if islead {