From 02ff5e83b66039a00e297d251d0b17cecf337a1e Mon Sep 17 00:00:00 2001 From: david Date: Sun, 27 Nov 2011 19:50:17 +0000 Subject: [PATCH] Comment typo. --- libnetutil/netutil.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnetutil/netutil.cc b/libnetutil/netutil.cc index 99abc58dd..3dfa448d5 100644 --- a/libnetutil/netutil.cc +++ b/libnetutil/netutil.cc @@ -1190,8 +1190,8 @@ static int nmaskcmp(const void *a, const void *b) { /* Convert an address to a string and back again. The first parsing step eliminates magical OS-specific syntax, for example on OS X, fe80:4::X:X:X:X becomes "fe80::X:X:X:X" (the "4" in this case is another way of writing the - zone ID, like "%en0"; i.e., in this case en0 is interface number 4. This must - be done before e.g. comparing addresses by netmask. */ + zone ID, like "%en0"; i.e., in this case en0 is interface number 4). This + must be done before e.g. comparing addresses by netmask. */ static int canonicalize_address(const struct sockaddr_storage *ss, struct sockaddr_storage *output) { char canonical_ip_string[NI_MAXHOST];