svn commit: r235547 - head/sys/dev/ixgbe
Luigi Rizzo
luigi at FreeBSD.org
Thu May 17 14:36:20 UTC 2012
Author: luigi
Date: Thu May 17 14:36:19 2012
New Revision: 235547
URL: http://svn.freebsd.org/changeset/base/235547
Log:
fix a typo in a comment
Modified:
head/sys/dev/ixgbe/ixgbe.c
Modified: head/sys/dev/ixgbe/ixgbe.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe.c Thu May 17 13:08:30 2012 (r235546)
+++ head/sys/dev/ixgbe/ixgbe.c Thu May 17 14:36:19 2012 (r235547)
@@ -322,7 +322,7 @@ static int fdir_pballoc = 1;
* be a reference on how to implement netmap support in a driver.
* Additional comments are in ixgbe_netmap.h .
*
- * <dev/netma/ixgbe_netmap.h> contains functions for netmap support
+ * <dev/netmap/ixgbe_netmap.h> contains functions for netmap support
* that extend the standard driver.
*/
#include <dev/netmap/ixgbe_netmap.h>
More information about the svn-src-head
mailing list