p2p:protocol fix minor comments typo

This commit is contained in:
Liang Ma 2018-11-27 00:23:49 +00:00
parent 695a5cce1e
commit 43773b7268

View file

@ -381,7 +381,7 @@ func (p *Peer) handleIncoming(handle func(ctx context.Context, msg interface{})
// * arguments // * arguments
// * context // * context
// * the local handshake to be sent to the remote peer // * 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 // * expects a remote handshake back of the same type
// * the dialing peer needs to send the handshake first and then waits for remote // * 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 // * the listening peer waits for the remote handshake and then sends it