From owner-svn-src-head@FreeBSD.ORG Thu May 17 14:36:20 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD423106578D; Thu, 17 May 2012 14:36:20 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A7EF18FC1C; Thu, 17 May 2012 14:36:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4HEaK84002975; Thu, 17 May 2012 14:36:20 GMT (envelope-from luigi@svn.freebsd.org) Received: (from luigi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4HEaKCM002973; Thu, 17 May 2012 14:36:20 GMT (envelope-from luigi@svn.freebsd.org) Message-Id: <201205171436.q4HEaKCM002973@svn.freebsd.org> From: Luigi Rizzo Date: Thu, 17 May 2012 14:36:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235547 - head/sys/dev/ixgbe X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 14:36:20 -0000 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 . * - * contains functions for netmap support + * contains functions for netmap support * that extend the standard driver. */ #include