Code

Fix a typo in a comment
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 21:09:30 +0000 (22:09 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 21:09:30 +0000 (22:09 +0100)
src/interface.c

index 1c01f6ff773cf8e5bb92697b73e21e4bacee1663..a71b42e2b79bd55bf03c30d31beefae5f2c77dff 100644 (file)
@@ -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