From owner-svn-src-head@FreeBSD.ORG Fri Sep 14 21:59:56 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 8AE45106566B; Fri, 14 Sep 2012 21:59:56 +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 5B5098FC12; Fri, 14 Sep 2012 21:59:56 +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 q8ELxuki017402; Fri, 14 Sep 2012 21:59:56 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ELxuO4017397; Fri, 14 Sep 2012 21:59:56 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209142159.q8ELxuO4017397@svn.freebsd.org> From: Eitan Adler Date: Fri, 14 Sep 2012 21:59:56 +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: r240520 - in head/sys: dev/isci/scil dev/vxge/include i386/include/xen netinet 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: Fri, 14 Sep 2012 21:59:56 -0000 Author: eadler Date: Fri Sep 14 21:59:55 2012 New Revision: 240520 URL: http://svn.freebsd.org/changeset/base/240520 Log: s/teh/the/g Approved by: cperciva MFC after: 3 days Modified: head/sys/dev/isci/scil/scic_io_request.h head/sys/dev/vxge/include/vxgehal-ll.h head/sys/i386/include/xen/xen-os.h head/sys/netinet/sctp_input.c Modified: head/sys/dev/isci/scil/scic_io_request.h ============================================================================== --- head/sys/dev/isci/scil/scic_io_request.h Fri Sep 14 21:36:01 2012 (r240519) +++ head/sys/dev/isci/scil/scic_io_request.h Fri Sep 14 21:59:55 2012 (r240520) @@ -706,7 +706,7 @@ void * scic_stp_io_request_get_h2d_reg_a * @brief This method will return the address of the device to host register * fis region for the io request object. * - * @param[in] scic_io_request This parameter specifies teh handle to the io + * @param[in] scic_io_request This parameter specifies the handle to the io * request object from which to get the device to host register fis * buffer. * Modified: head/sys/dev/vxge/include/vxgehal-ll.h ============================================================================== --- head/sys/dev/vxge/include/vxgehal-ll.h Fri Sep 14 21:36:01 2012 (r240519) +++ head/sys/dev/vxge/include/vxgehal-ll.h Fri Sep 14 21:59:55 2012 (r240520) @@ -3095,7 +3095,7 @@ typedef struct vxge_hal_device_pmd_info_ * @mac_addr_masks: Mac address masks for each vpath * * Returns the vpath mask that has the bits set for each vpath allocated - * for the driver and teh first mac addresse for each vpath + * for the driver and the first mac addresse for each vpath */ typedef struct vxge_hal_device_hw_info_t { u32 host_type; Modified: head/sys/i386/include/xen/xen-os.h ============================================================================== --- head/sys/i386/include/xen/xen-os.h Fri Sep 14 21:36:01 2012 (r240519) +++ head/sys/i386/include/xen/xen-os.h Fri Sep 14 21:59:55 2012 (r240520) @@ -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: head/sys/netinet/sctp_input.c ============================================================================== --- head/sys/netinet/sctp_input.c Fri Sep 14 21:36:01 2012 (r240519) +++ head/sys/netinet/sctp_input.c Fri Sep 14 21:59:55 2012 (r240520) @@ -3122,7 +3122,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;