aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--p2p/protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/protocol.go b/p2p/protocol.go
index ee747ba23..948aeb494 100644
--- a/p2p/protocol.go
+++ b/p2p/protocol.go
@@ -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.
//