X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Finterface.c;h=90dc139dccc0131ff7b83a8921b8333beb615c84;hb=1917116cda67eb6d90f68d0b39a930d90cee416e;hp=caaad47a4acc8e03902e93277b67dfe52c0f1df2;hpb=f0b5610723ae8962ae264f84210f8bac483bcd20;p=collectd.git diff --git a/src/interface.c b/src/interface.c index caaad47a..90dc139d 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