Skip to content

Commit

Permalink
Merge pull request etcd-io#16283 from lance5890/fix_typo_in_raft.go
Browse files Browse the repository at this point in the history
update typo in raft.go
  • Loading branch information
ahrtr committed Jul 24, 2023
2 parents 26b3ecf + 0f975ac commit d204487
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 d204487

Please sign in to comment.