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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1579%2Fhead;p=thirdparty%2Fcollectd.git Fix a typo in a comment --- diff --git a/src/interface.c b/src/interface.c index 1c01f6ff7..a71b42e2b 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