Commit 65c91ad5 authored by jkcomment's avatar jkcomment Committed by Péter Szilágyi

p2p: correct comments typo (#17184)

parent 5d30be41
......@@ -376,7 +376,7 @@ func (p *Peer) getProto(code uint64) (*protoRW, error) {
type protoRW struct {
Protocol
in chan Msg // receices read messages
in chan Msg // receives read messages
closed <-chan struct{} // receives when peer is shutting down
wstart <-chan struct{} // receives when write may start
werr chan<- error // for write results
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment