From 0c5577513f215d1b81fe62f06afe4351e18f8ceb Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 19 Jul 2018 23:27:14 -0500 Subject: Tweak/add some comments. --- lib/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net.c') diff --git a/lib/net.c b/lib/net.c index 846be31f..8969306b 100644 --- a/lib/net.c +++ b/lib/net.c @@ -103,7 +103,7 @@ int pollinate(int in1, int in2, int out1, int out2, int timeout, int shutdown_ti } } -// Return converted numeric address in libbuf +// Return converted ipv4/ipv6 numeric address in libbuf char *ntop(struct sockaddr *sa) { void *addr; -- cgit v1.2.3