lib/protocol: Comment typo
This commit is contained in:
parent
a9aa375109
commit
283c8d95e2
@ -16,7 +16,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// BlockSize is the standard ata block size (128 KiB)
|
// BlockSize is the standard data block size (128 KiB)
|
||||||
BlockSize = 128 << 10
|
BlockSize = 128 << 10
|
||||||
|
|
||||||
// MaxMessageLen is the largest message size allowed on the wire. (500 MB)
|
// MaxMessageLen is the largest message size allowed on the wire. (500 MB)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user