From owner-svn-src-all@FreeBSD.ORG Fri Sep 19 03:55:20 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79A28C2D; Fri, 19 Sep 2014 03:55:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64F3BFE9; Fri, 19 Sep 2014 03:55:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8J3tKXg056944; Fri, 19 Sep 2014 03:55:20 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8J3tKVf056943; Fri, 19 Sep 2014 03:55:20 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201409190355.s8J3tKVf056943@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Fri, 19 Sep 2014 03:55:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r271850 - head/sys/dev/sf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 03:55:20 -0000 Author: glebius Date: Fri Sep 19 03:55:19 2014 New Revision: 271850 URL: http://svnweb.freebsd.org/changeset/base/271850 Log: Fix typo. Submitted by: jkim Modified: head/sys/dev/sf/if_sf.c Modified: head/sys/dev/sf/if_sf.c ============================================================================== --- head/sys/dev/sf/if_sf.c Fri Sep 19 03:51:26 2014 (r271849) +++ head/sys/dev/sf/if_sf.c Fri Sep 19 03:55:19 2014 (r271850) @@ -1566,7 +1566,7 @@ sf_rxeof(struct sf_softc *sc) m = rxd->rx_m; /* - * Note, IFCOUNTER_IPACKETS and ICOUNTER_IERRORS + * Note, IFCOUNTER_IPACKETS and IFCOUNTER_IERRORS * are handled in sf_stats_update(). */ if ((status & SF_RXSTAT1_OK) == 0) {