1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Fix typo introduced in r236559.

Pointed by:   bcr
Approved by:  kib(mentor)
This commit is contained in:
Alexander V. Chernikov 2012-06-09 10:04:40 +00:00
parent ba0edfb981
commit 4fe83b8159
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236806

View File

@ -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)