From 9d9a48d68f41b01005456ec813aadfcb92e3986e Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 29 Feb 2016 22:09:30 +0100 Subject: [PATCH] Fix a typo in a comment --- src/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.c b/src/interface.c index 1c01f6ff..a71b42e2 100644 --- a/src/interface.c +++ b/src/interface.c @@ -190,7 +190,7 @@ static int interface_read (void) struct ifaddrs *if_list; struct ifaddrs *if_ptr; -/* Darin/Mac OS X and possible other *BSDs */ +/* Darwin/Mac OS X and possible other *BSDs */ #if HAVE_STRUCT_IF_DATA # define IFA_DATA if_data # define IFA_RX_BYTES ifi_ibytes -- 2.11.0