Author: melifaro Date: Sat Jun 9 10:04:40 2012 New Revision: 236806 URL: http://svn.freebsd.org/changeset/base/236806
Log: Fix typo introduced in r236559. Pointed by: bcr Approved by: kib(mentor) Modified: head/sys/net/bpf.c Modified: head/sys/net/bpf.c ============================================================================== --- head/sys/net/bpf.c Sat Jun 9 09:54:07 2012 (r236805) +++ head/sys/net/bpf.c Sat Jun 9 10:04:40 2012 (r236806) @@ -2544,7 +2544,7 @@ bpfdetach(struct ifnet *ifp) /* * Interface departure handler. - * Note departure event does not guagantee interface is going down. + * Note departure event does not guarantee interface is going down. */ static void bpf_ifdetach(void *arg __unused, struct ifnet *ifp) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
