Date: Wed, 21 Oct 2015 19:56:16 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r289718 - head/sys/net Message-ID: <201510211956.t9LJuG0n087940@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Wed Oct 21 19:56:16 2015 New Revision: 289718 URL: https://svnweb.freebsd.org/changeset/base/289718 Log: if_tap: correct typo in sysctl description (Enably) Sponsored by: The FreeBSD Foundation Modified: head/sys/net/if_tap.c Modified: head/sys/net/if_tap.c ============================================================================== --- head/sys/net/if_tap.c Wed Oct 21 19:44:20 2015 (r289717) +++ head/sys/net/if_tap.c Wed Oct 21 19:56:16 2015 (r289718) @@ -171,7 +171,7 @@ SYSCTL_INT(_net_link_tap, OID_AUTO, user 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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510211956.t9LJuG0n087940>