From 0c2b6f0d5e25c81c4ead1eeaa8b4af320958c927 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Sun, 20 Nov 2011 23:48:31 +0100 Subject: [PATCH] Reword comment. --- dht-bootstrap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.44.0