svn commit: r236806 - head/sys/net

Alexander V. Chernikov melifaro at FreeBSD.org
Sat Jun 9 10:04:41 UTC 2012


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)


More information about the svn-src-all mailing list