fix a typo in a comment

This commit is contained in:
Luigi Rizzo 2012-05-17 14:36:19 +00:00
parent f50d9b2ffb
commit f9125c3ec9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235547

View File

@ -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>