dht-bootstrap.c | 4 ++-- diff --git a/dht-bootstrap.c b/dht-bootstrap.c index a282b782abdcbd63e691e7bfe16f237d83959d11..1c5d37513b877902db006519df86b5a858b21b44 100644 --- a/dht-bootstrap.c +++ b/dht-bootstrap.c @@ -470,8 +470,8 @@ exit(1); } /* BEP-32 mandates that we should bind this socket to one of our - global IPv6 addresses. In this simple example, this only - happens if the user used the -b flag. */ + global IPv6 addresses. In this program, this only happens if + the user used the -b flag. */ memset(&sin6, 0, sizeof(sin6)); sin6.sin6_family = AF_INET6;