]> Sergey Matveev's repositories - dht-bootstrap.git/blobdiff - dht-bootstrap.c
Reword comment.
[dht-bootstrap.git] / 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;