From c71e4fc4d5e5f97f57f1c52dced187da41b59aaf Mon Sep 17 00:00:00 2001 From: Liang Ma Date: Thu, 8 Nov 2018 11:22:28 +0000 Subject: p2p: fix comment typo (#18027) --- p2p/rlpx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p2p') diff --git a/p2p/rlpx.go b/p2p/rlpx.go index a105720a4..22a27dd96 100644 --- a/p2p/rlpx.go +++ b/p2p/rlpx.go @@ -151,7 +151,7 @@ func readProtocolHandshake(rw MsgReader, our *protoHandshake) (*protoHandshake, } if msg.Code == discMsg { // Disconnect before protocol handshake is valid according to the - // spec and we send it ourself if the posthanshake checks fail. + // spec and we send it ourself if the post-handshake checks fail. // We can't return the reason directly, though, because it is echoed // back otherwise. Wrap it in a string instead. var reason [1]DiscReason -- cgit v1.2.3