util_net: fix a comment typo in interpret_string_addr_internal()
authorMichael Adam <obnox@samba.org>
Wed, 15 Dec 2010 23:24:00 +0000 (00:24 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 17 Dec 2010 14:59:43 +0000 (15:59 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/util/util_net.c

index 00a5ee4ced4db8d5a295b65d2b833114e89850e0..8a9b5b1f2495fd1e8788cf1b03bc426ea06740e9 100644 (file)
@@ -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,