Merge pull request #5048 from xiang90/fix_c

rafthttp: fix comment in msgappv2
This commit is contained in:
Xiang Li 2016-04-12 10:20:04 -07:00
commit 040f7b90c7

View File

@ -58,7 +58,7 @@ const (
// Data format of MsgApp:
// | offset | bytes | description |
// +--------+-------+-------------+
// | 0 | 1 | \x01 |
// | 0 | 1 | \x02 |
// | 1 | 8 | length of encoded message |
// | 9 | n | encoded message |
type msgAppV2Encoder struct {