From owner-freebsd-net@FreeBSD.ORG Thu Apr 19 20:48:37 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4424106564A for ; Thu, 19 Apr 2012 20:48:37 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 695918FC08 for ; Thu, 19 Apr 2012 20:48:37 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q3JKmOrj021650; Thu, 19 Apr 2012 13:48:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1334868505; bh=jAszQqt9E9jSla2Tyulf3QNdxhDiswnlszOVxd6bvNA=; h=Subject:From:To:Cc:Content-Type:Date:Message-ID:Mime-Version: Content-Transfer-Encoding; b=Qg8QuXPAeNu62MVOMKqhDG0kRQ6/jfidzHghqyAxHHkp/Z2fYLsVbEo5BBhf9Ez6t zqXwjWxyMwoUqexCkb5Bwkzrp0YpAD7F90mtWlJDmuCVRMCowIYLh6/wNnjkmkw7cW 5jx2tR6p0+bsCXyu+1Tf4ugS4WredFRyTvqT0GZk= From: Sean Bruno To: "freebsd-net@freebsd.org" Content-Type: text/plain; charset="UTF-8" Date: Thu, 19 Apr 2012 13:48:24 -0700 Message-ID: <1334868504.4126.10.camel@powernoodle-l7.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 868505000 Cc: Jack Vogel Subject: Comment nit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2012 20:48:37 -0000 I noted a small nit in the comments of sys/dev/e1000/if_igb.h Index: if_igb.h =================================================================== --- if_igb.h (revision 234466) +++ if_igb.h (working copy) @@ -52,7 +52,7 @@ #define IGB_MAX_TXD 4096 /* - * IGB_RXD: Maximum number of Transmit Descriptors + * IGB_RXD: Maximum number of Receive Descriptors * * This value is the number of receive descriptors allocated by the driver. * Increasing this value allows the driver to buffer more incoming packets.