Skip to content

Commit

Permalink
p2p/protocols: fix minor comments typo (#18185)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangMa authored and karalabe committed Nov 27, 2018
1 parent 695a5cc commit 8b9f469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/protocols/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ func (p *Peer) handleIncoming(handle func(ctx context.Context, msg interface{})
// * arguments
// * context
// * the local handshake to be sent to the remote peer
// * funcion to be called on the remote handshake (can be nil)
// * function to be called on the remote handshake (can be nil)
// * expects a remote handshake back of the same type
// * the dialing peer needs to send the handshake first and then waits for remote
// * the listening peer waits for the remote handshake and then sends it
Expand Down

0 comments on commit 8b9f469

Please sign in to comment.