if_tap: correct typo in sysctl description (Enably)

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-10-21 19:56:16 +00:00
parent d394b026f6
commit 40a02d00a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289718

View File

@ -171,7 +171,7 @@ SYSCTL_INT(_net_link_tap, OID_AUTO, user_open, CTLFLAG_RW, &tapuopen, 0,
SYSCTL_INT(_net_link_tap, OID_AUTO, up_on_open, CTLFLAG_RW, &tapuponopen, 0,
"Bring interface up when /dev/tap is opened");
SYSCTL_INT(_net_link_tap, OID_AUTO, devfs_cloning, CTLFLAG_RWTUN, &tapdclone, 0,
"Enably legacy devfs interface creation");
"Enable legacy devfs interface creation");
SYSCTL_INT(_net_link_tap, OID_AUTO, debug, CTLFLAG_RW, &tapdebug, 0, "");
DEV_MODULE(if_tap, tapmodevent, NULL);