From 04b952b6d55c2c4db01f626c867f099bd0a93251 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 30 Jan 2008 09:35:48 +0000 Subject: [PATCH] From Sagun Shakya: fix typoes in comments. --- CREDITS | 1 + fad-glifc.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CREDITS b/CREDITS index 4d68ccd..c642d6b 100644 --- a/CREDITS +++ b/CREDITS @@ -91,6 +91,7 @@ Additional people who have contributed patches: Richard Stearn Rick Jones + Sagun Shakya Scott Barron Scott Gifford Sebastian Krahmer diff --git a/fad-glifc.c b/fad-glifc.c index 1c69e3e..664bb78 100644 --- a/fad-glifc.c +++ b/fad-glifc.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/fad-glifc.c,v 1.6 2005-04-19 00:54:00 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/fad-glifc.c,v 1.7 2008-01-30 09:35:48 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -75,9 +75,9 @@ struct rtentry; /* declarations in */ * The list, as returned through "alldevsp", may be null if no interfaces * were up and could be opened. * - * This is the implementation used on platforms that have SIOCLGIFCONF + * This is the implementation used on platforms that have SIOCGLIFCONF * but don't have "getifaddrs()". (Solaris 8 and later; we use - * SIOCLGIFCONF rather than SIOCGIFCONF in order to get IPv6 addresses.) + * SIOCGLIFCONF rather than SIOCGIFCONF in order to get IPv6 addresses.) */ int pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf)