Skip to content

Commit

Permalink
update typo in raft.go
Browse files Browse the repository at this point in the history
Signed-off-by: lan.tian <[email protected]>
  • Loading branch information
lance5890 authored Jul 24, 2023
1 parent 26b3ecf commit 0f975ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etcdserver/raft.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0f975ac

Please sign in to comment.