fix: fix the comment in msg.go (#352)

Co-authored-by: Connor <zbk602423539@gmail.com>
This commit is contained in:
h3n4l 2021-12-20 16:01:44 +08:00 committed by GitHub
parent 43e37c16f7
commit 90e2dfaffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ const (
// message wraps a raft message that should be forwarded to Raft module
// the raft message is from peer on other store
MsgTypeRaftMessage MsgType = 3
// message warps a raft command that maybe a read/write request or admin request
// message wraps a raft command that maybe a read/write request or admin request
// the raft command should be proposed to Raft module
MsgTypeRaftCmd MsgType = 4
// message to trigger split region