Merge pull request #12010 from WuShaoQiang/master

raft: fix typo
This commit is contained in:
Gyuho Lee 2020-06-14 16:35:58 -07:00 committed by GitHub
commit 4f16d0698f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ func newReadOnly(option ReadOnlyOption) *readOnly {
}
}
// addRequest adds a read only reuqest into readonly struct.
// addRequest adds a read only request into readonly struct.
// `index` is the commit index of the raft state machine when it received
// the read only request.
// `m` is the original read only request message from the local or remote node.