]> Sergey Matveev's repositories - dht-bootstrap.git/commitdiff
Reword comment.
authorJuliusz Chroboczek <jch@pps.jussieu.fr>
Sun, 20 Nov 2011 22:48:31 +0000 (23:48 +0100)
committerJuliusz Chroboczek <jch@pps.jussieu.fr>
Sun, 20 Nov 2011 22:48:31 +0000 (23:48 +0100)
dht-bootstrap.c

index a282b782abdcbd63e691e7bfe16f237d83959d11..1c5d37513b877902db006519df86b5a858b21b44 100644 (file)
@@ -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;