From owner-svn-src-all@FreeBSD.ORG Thu Sep 20 03:29:44 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55FDB106566C; Thu, 20 Sep 2012 03:29:44 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 26F468FC0A; Thu, 20 Sep 2012 03:29:44 +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 q8K3Ti9n031277; Thu, 20 Sep 2012 03:29:44 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8K3ThNc031273; Thu, 20 Sep 2012 03:29:43 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201209200329.q8K3ThNc031273@svn.freebsd.org> From: Kevin Lo Date: Thu, 20 Sep 2012 03:29:43 +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: r240725 - in head: contrib/libpcap sys/contrib/ipfilter/netinet sys/netinet/libalias X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 20 Sep 2012 03:29:44 -0000 Author: kevlo Date: Thu Sep 20 03:29:43 2012 New Revision: 240725 URL: http://svn.freebsd.org/changeset/base/240725 Log: Fix typo: s/pakcet/packet Modified: head/contrib/libpcap/pcap-snoop.c head/sys/contrib/ipfilter/netinet/ip_auth.c head/sys/netinet/libalias/alias_skinny.c Modified: head/contrib/libpcap/pcap-snoop.c ============================================================================== --- head/contrib/libpcap/pcap-snoop.c Thu Sep 20 03:13:20 2012 (r240724) +++ head/contrib/libpcap/pcap-snoop.c Thu Sep 20 03:29:43 2012 (r240725) @@ -100,7 +100,7 @@ again: /* * XXX - Sigh, snoop_packetlen is a 16 bit quantity. If we - * got a short length, but read a full sized snoop pakcet, + * got a short length, but read a full sized snoop packet, * assume we overflowed and add back the 64K... */ if (cc == (p->snapshot + sizeof(struct snoopheader)) && Modified: head/sys/contrib/ipfilter/netinet/ip_auth.c ============================================================================== --- head/sys/contrib/ipfilter/netinet/ip_auth.c Thu Sep 20 03:13:20 2012 (r240724) +++ head/sys/contrib/ipfilter/netinet/ip_auth.c Thu Sep 20 03:29:43 2012 (r240725) @@ -712,7 +712,7 @@ int fr_authflush() /* ------------------------------------------------------------------------ */ /* Function: fr_auth_waiting */ -/* Returns: int - 0 = no pakcets wiating, 1 = packets waiting. */ +/* Returns: int - 0 = no packets waiting, 1 = packets waiting. */ /* Parameters: None */ /* */ /* Simple truth check to see if there are any packets waiting in the auth */ Modified: head/sys/netinet/libalias/alias_skinny.c ============================================================================== --- head/sys/netinet/libalias/alias_skinny.c Thu Sep 20 03:13:20 2012 (r240724) +++ head/sys/netinet/libalias/alias_skinny.c Thu Sep 20 03:29:43 2012 (r240725) @@ -340,7 +340,7 @@ AliasHandleSkinny(struct libalias *la, s * through the packet using len to determine message boundaries. * This comes into play big time with port messages being in the * same packet as register messages. Also, open receive channel - * acks are usually buried in a pakcet some 400 bytes long. + * acks are usually buried in a packet some 400 bytes long. */ while (dlen >= skinny_hdr_len) { len = (sd->len);