aboutsummaryrefslogtreecommitdiff
path: root/lib/net.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2018-07-19 23:27:14 -0500
committerRob Landley <rob@landley.net>2018-07-19 23:27:14 -0500
commit0c5577513f215d1b81fe62f06afe4351e18f8ceb (patch)
tree05195d10c278082768f68d6ad99094a9879ced49 /lib/net.c
parent701d0d9328f3f8efb94a90c90994d3ada2648e35 (diff)
downloadtoybox-0c5577513f215d1b81fe62f06afe4351e18f8ceb.tar.gz
Tweak/add some comments.
Diffstat (limited to 'lib/net.c')
-rw-r--r--lib/net.c2
1 files changed, 1 insertions, 1 deletions
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;