Date: Mon, 17 Sep 2012 00:47:36 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r240580 - in stable/9/sys: dev/isci/scil dev/vxge/include i386/include/xen netinet Message-ID: <201209170047.q8H0laRW016421@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Mon Sep 17 00:47:35 2012 New Revision: 240580 URL: http://svn.freebsd.org/changeset/base/240580 Log: MFC r240520: s/teh/the/g Approved by: cperciva (implicit) Modified: stable/9/sys/dev/isci/scil/scic_io_request.h stable/9/sys/dev/vxge/include/vxgehal-ll.h stable/9/sys/i386/include/xen/xen-os.h stable/9/sys/netinet/sctp_input.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/ (props changed) Modified: stable/9/sys/dev/isci/scil/scic_io_request.h ============================================================================== --- stable/9/sys/dev/isci/scil/scic_io_request.h Mon Sep 17 00:44:16 2012 (r240579) +++ stable/9/sys/dev/isci/scil/scic_io_request.h Mon Sep 17 00:47:35 2012 (r240580) @@ -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: stable/9/sys/dev/vxge/include/vxgehal-ll.h ============================================================================== --- stable/9/sys/dev/vxge/include/vxgehal-ll.h Mon Sep 17 00:44:16 2012 (r240579) +++ stable/9/sys/dev/vxge/include/vxgehal-ll.h Mon Sep 17 00:47:35 2012 (r240580) @@ -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: stable/9/sys/i386/include/xen/xen-os.h ============================================================================== --- stable/9/sys/i386/include/xen/xen-os.h Mon Sep 17 00:44:16 2012 (r240579) +++ stable/9/sys/i386/include/xen/xen-os.h Mon Sep 17 00:47:35 2012 (r240580) @@ -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/9/sys/netinet/sctp_input.c ============================================================================== --- stable/9/sys/netinet/sctp_input.c Mon Sep 17 00:44:16 2012 (r240579) +++ stable/9/sys/netinet/sctp_input.c Mon Sep 17 00:47:35 2012 (r240580) @@ -3160,7 +3160,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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209170047.q8H0laRW016421>