From 84b6ed71d55d3fd9e2741782872a37f485f96319 Mon Sep 17 00:00:00 2001 From: MissValeska Date: Tue, 28 Oct 2014 16:30:26 -0700 Subject: [PATCH] Fixed some stuff --- src/inet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inet.c b/src/inet.c index 074e476..3ce3b38 100644 --- a/src/inet.c +++ b/src/inet.c @@ -445,7 +445,7 @@ ipraw_to_str(u_int ip[MAX_IP_INT], int family) } /* - * inet_to_str: returns the string rapresentation of `ip' + * inet_to_str: returns the string representation of `ip' */ const char * inet_to_str(inet_prefix ip)