svn commit: r240945 - head/sys/net
Ed Maste
emaste at FreeBSD.org
Wed Sep 26 01:09:20 UTC 2012
Author: emaste
Date: Wed Sep 26 01:09:19 2012
New Revision: 240945
URL: http://svn.freebsd.org/changeset/base/240945
Log:
Correct misspelling in debug output.
Modified:
head/sys/net/if_tap.c
Modified: head/sys/net/if_tap.c
==============================================================================
--- head/sys/net/if_tap.c Wed Sep 26 00:25:09 2012 (r240944)
+++ head/sys/net/if_tap.c Wed Sep 26 01:09:19 2012 (r240945)
@@ -929,7 +929,7 @@ tapwrite(struct cdev *dev, struct uio *u
struct ifnet *ifp = tp->tap_ifp;
struct mbuf *m;
- TAPDEBUG("%s writting, minor = %#x\n",
+ TAPDEBUG("%s writing, minor = %#x\n",
ifp->if_xname, dev2unit(dev));
if (uio->uio_resid == 0)
More information about the svn-src-head
mailing list