mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
p2p: fix typo
This commit is contained in:
parent
99e1a5e0fb
commit
c738cfb39c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ type Protocol struct {
|
|||
// by the protocol.
|
||||
Length uint64
|
||||
|
||||
// Run is called in a new groutine when the protocol has been
|
||||
// Run is called in a new goroutine when the protocol has been
|
||||
// negotiated with a peer. It should read and write messages from
|
||||
// rw. The Payload for each message must be fully consumed.
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue