multi: fix typos in comments

This commit is contained in:
Dimitris Tsapakidis
2018-04-18 05:03:27 +03:00
committed by Olaoluwa Osuntokun
parent 663c396235
commit 4009f7f874
30 changed files with 70 additions and 70 deletions

View File

@@ -11,7 +11,7 @@ type PongPayload []byte
// Pong message.
type Pong struct {
// PongBytes is a set of opaque bytes that corresponds to the
// NumPongBytes defined in the ping message that this this pong is
// NumPongBytes defined in the ping message that this pong is
// replying to.
PongBytes PongPayload
}