chore: fix some comments for struct field

Signed-off-by: linghuying <1599935829@qq.com>
This commit is contained in:
linghuying
2024-07-16 11:44:35 +08:00
parent 09b38aaa01
commit 91930d4ab8
5 changed files with 5 additions and 5 deletions

View File

@@ -379,7 +379,7 @@ type Machine struct {
// errors that cause partial writes.
nextHeaderSend []byte
// nextHeaderBody holds a reference to the remaining body bytes to write
// nextBodySend holds a reference to the remaining body bytes to write
// out for a pending message. This allows us to tolerate timeout errors
// that cause partial writes.
nextBodySend []byte