From: Ruben Kerkhof Date: Mon, 29 Feb 2016 21:09:30 +0000 (+0100) Subject: Fix a typo in a comment X-Git-Tag: collectd-5.6.0~446^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9d9a48d68f41b01005456ec813aadfcb92e3986e;p=collectd.git Fix a typo in a comment --- 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