From b3d4b2052534395c97cd959db5db87f78d108d4e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 16 Dec 2010 00:24:00 +0100 Subject: util_net: fix a comment typo in interpret_string_addr_internal() Signed-off-by: Stefan Metzmacher --- lib/util/util_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util') diff --git a/lib/util/util_net.c b/lib/util/util_net.c index 00a5ee4ced..8a9b5b1f24 100644 --- a/lib/util/util_net.c +++ b/lib/util/util_net.c @@ -57,7 +57,7 @@ bool interpret_string_addr_internal(struct addrinfo **ppres, hints.ai_flags = flags; /* Linux man page on getaddrinfo() says port will be - uninitialized when service string in NULL */ + uninitialized when service string is NULL */ ret = getaddrinfo(str, NULL, &hints, -- cgit