aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2019-01-10 00:37:14 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2019-01-10 00:37:14 +0000
commit7b7f772fa09bc09b1d49927276b8c701424b90d2 (patch)
treef418af8f07e43ef3c8c25fb616b31ae4bf9e4a84 /sys/net/if_vlan.c
parentbcc3cec43ca74ec45e727d2099d832d840b23ddb (diff)
downloadsrc-7b7f772fa09bc09b1d49927276b8c701424b90d2.tar.gz
src-7b7f772fa09bc09b1d49927276b8c701424b90d2.zip
Bring the comment up to date.
Notes
Notes: svn path=/head/; revision=342906
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r--sys/net/if_vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index b60da3091df8..535ce8cf7dcb 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -607,7 +607,7 @@ vlan_iflladdr(void *arg __unused, struct ifnet *ifp)
struct ifvlantrunk *trunk;
struct sockaddr_dl *sdl;
- /* Need the rmlock since this is run on taskqueue_swi. */
+ /* Need the epoch since this is run on taskqueue_swi. */
NET_EPOCH_ENTER(et);
trunk = ifp->if_vlantrunk;
if (trunk == NULL) {