svn commit: r274355 - head/sys/dev/netmap

Luigi Rizzo luigi at FreeBSD.org
Mon Nov 10 21:00:24 UTC 2014


Author: luigi
Date: Mon Nov 10 21:00:23 2014
New Revision: 274355
URL: https://svnweb.freebsd.org/changeset/base/274355

Log:
  fix a typo

Modified:
  head/sys/dev/netmap/netmap_kern.h

Modified: head/sys/dev/netmap/netmap_kern.h
==============================================================================
--- head/sys/dev/netmap/netmap_kern.h	Mon Nov 10 20:25:33 2014	(r274354)
+++ head/sys/dev/netmap/netmap_kern.h	Mon Nov 10 21:00:23 2014	(r274355)
@@ -266,7 +266,7 @@ struct netmap_kring {
 
 	struct netmap_adapter *na;
 
-	/* The folloiwing fields are for VALE switch support */
+	/* The following fields are for VALE switch support */
 	struct nm_bdg_fwd *nkr_ft;
 	uint32_t	*nkr_leases;
 #define NR_NOSLOT	((uint32_t)~0)	/* used in nkr_*lease* */


More information about the svn-src-all mailing list