From: Juliusz Chroboczek Date: Sun, 20 Nov 2011 22:48:31 +0000 (+0100) Subject: Reword comment. X-Git-Tag: dht-bootstrap-0.2~2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=0c2b6f0d5e25c81c4ead1eeaa8b4af320958c927;p=dht-bootstrap.git Reword comment. --- diff --git a/dht-bootstrap.c b/dht-bootstrap.c index a282b78..1c5d375 100644 --- a/dht-bootstrap.c +++ b/dht-bootstrap.c @@ -470,8 +470,8 @@ main(int argc, char **argv) } /* 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;