From owner-svn-src-all@FreeBSD.ORG Mon Sep 17 00:47:38 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02008106566C; Mon, 17 Sep 2012 00:47:38 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E0E0F8FC0C; Mon, 17 Sep 2012 00:47:37 +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 q8H0lb4T016458; Mon, 17 Sep 2012 00:47:37 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8H0lboF016455; Mon, 17 Sep 2012 00:47:37 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209170047.q8H0lboF016455@svn.freebsd.org> From: Eitan Adler Date: Mon, 17 Sep 2012 00:47:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240581 - in stable/8/sys: i386/include/xen netinet 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: Mon, 17 Sep 2012 00:47:38 -0000 Author: eadler Date: Mon Sep 17 00:47:37 2012 New Revision: 240581 URL: http://svn.freebsd.org/changeset/base/240581 Log: MFC r240520: s/teh/the/g Approved by: cperciva (implicit) Modified: stable/8/sys/i386/include/xen/xen-os.h stable/8/sys/netinet/sctp_input.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/i386/ (props changed) stable/8/sys/netinet/ (props changed) Modified: stable/8/sys/i386/include/xen/xen-os.h ============================================================================== --- stable/8/sys/i386/include/xen/xen-os.h Mon Sep 17 00:47:35 2012 (r240580) +++ stable/8/sys/i386/include/xen/xen-os.h Mon Sep 17 00:47:37 2012 (r240581) @@ -99,7 +99,7 @@ void trap_init(void); /* * STI/CLI equivalents. These basically set and clear the virtual - * event_enable flag in teh shared_info structure. Note that when + * event_enable flag in the shared_info structure. Note that when * the enable bit is set, there may be pending events to be handled. * We may therefore call into do_hypervisor_callback() directly. */ Modified: stable/8/sys/netinet/sctp_input.c ============================================================================== --- stable/8/sys/netinet/sctp_input.c Mon Sep 17 00:47:35 2012 (r240580) +++ stable/8/sys/netinet/sctp_input.c Mon Sep 17 00:47:37 2012 (r240581) @@ -3107,7 +3107,7 @@ sctp_handle_ecn_cwr(struct sctp_cwr_chun { /* * Here we get a CWR from the peer. We must look in the outqueue and - * make sure that we have a covered ECNE in teh control chunk part. + * make sure that we have a covered ECNE in the control chunk part. * If so remove it. */ struct sctp_tmit_chunk *chk;