Date: Thu, 17 May 2012 14:37:02 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r235548 - stable/9/sys/dev/ixgbe Message-ID: <201205171437.q4HEb2dp003028@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: luigi Date: Thu May 17 14:37:01 2012 New Revision: 235548 URL: http://svn.freebsd.org/changeset/base/235548 Log: fix a typo in a comment Modified: stable/9/sys/dev/ixgbe/ixgbe.c Modified: stable/9/sys/dev/ixgbe/ixgbe.c ============================================================================== --- stable/9/sys/dev/ixgbe/ixgbe.c Thu May 17 14:36:19 2012 (r235547) +++ stable/9/sys/dev/ixgbe/ixgbe.c Thu May 17 14:37:01 2012 (r235548) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205171437.q4HEb2dp003028>