aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf.c
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2012-06-09 10:04:40 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2012-06-09 10:04:40 +0000
commit4fe83b8159c7172d4bdfd469b7d7f71d50fd6759 (patch)
tree47e160480d0c2878d17c263f6913845c46511acd /sys/net/bpf.c
parentba0edfb9813d549d808eacb53603b744940a8ce5 (diff)
downloadsrc-4fe83b8159c7172d4bdfd469b7d7f71d50fd6759.tar.gz
src-4fe83b8159c7172d4bdfd469b7d7f71d50fd6759.zip
Fix typo introduced in r236559.
Pointed by: bcr Approved by: kib(mentor)
Notes
Notes: svn path=/head/; revision=236806
Diffstat (limited to 'sys/net/bpf.c')
-rw-r--r--sys/net/bpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
index c6af221631c0..7098cf19f79e 100644
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -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)