Merge pull request #5048 from xiang90/fix_c

rafthttp: fix comment in msgappv2
release-3.0
Xiang Li 2016-04-12 10:20:04 -07:00
commit 040f7b90c7
1 changed files with 1 additions and 1 deletions

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 {