svn commit: r243283 - stable/9/sys/net

Ed Maste emaste at FreeBSD.org
Mon Nov 19 15:31:08 UTC 2012


Author: emaste
Date: Mon Nov 19 15:31:07 2012
New Revision: 243283
URL: http://svnweb.freebsd.org/changeset/base/243283

Log:
  MFC r240945: Correct misspelling in debug output.

Modified:
  stable/9/sys/net/if_tap.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/net/if_tap.c
==============================================================================
--- stable/9/sys/net/if_tap.c	Mon Nov 19 15:26:03 2012	(r243282)
+++ stable/9/sys/net/if_tap.c	Mon Nov 19 15:31:07 2012	(r243283)
@@ -933,7 +933,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-stable mailing list