multi: Fix two minor typos

This commit is contained in:
MeshCollider
2018-01-30 13:07:26 +13:00
committed by Olaoluwa Osuntokun
parent 3e702f09ec
commit 61414df669
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ type addressType uint8
const (
// noAddr denotes a blank address. An address of this type indicates
// that a node doesn't have any advertise d addresses.
// that a node doesn't have any advertised addresses.
noAddr addressType = 0
// tcp4Addr denotes an IPv4 TCP address.