From 582212fa0478f40e7927a374e7ba53098e054d0a Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Fri, 14 Sep 2012 21:59:55 +0000 Subject: [PATCH] s/teh/the/g Approved by: cperciva MFC after: 3 days --- sys/dev/isci/scil/scic_io_request.h | 2 +- sys/dev/vxge/include/vxgehal-ll.h | 2 +- sys/i386/include/xen/xen-os.h | 2 +- sys/netinet/sctp_input.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/isci/scil/scic_io_request.h b/sys/dev/isci/scil/scic_io_request.h index ec1ab32bb8c0..21c70c0f243c 100644 --- a/sys/dev/isci/scil/scic_io_request.h +++ b/sys/dev/isci/scil/scic_io_request.h @@ -706,7 +706,7 @@ void * scic_stp_io_request_get_h2d_reg_address( * @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. * diff --git a/sys/dev/vxge/include/vxgehal-ll.h b/sys/dev/vxge/include/vxgehal-ll.h index eb0e8e5a551c..5c65cc1d4c5d 100644 --- a/sys/dev/vxge/include/vxgehal-ll.h +++ b/sys/dev/vxge/include/vxgehal-ll.h @@ -3095,7 +3095,7 @@ typedef struct vxge_hal_device_pmd_info_t { * @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; diff --git a/sys/i386/include/xen/xen-os.h b/sys/i386/include/xen/xen-os.h index e6518a40fcfe..e90109dbf333 100644 --- a/sys/i386/include/xen/xen-os.h +++ b/sys/i386/include/xen/xen-os.h @@ -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. */ diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c index 36aabfda1141..7f038d45edfd 100644 --- a/sys/netinet/sctp_input.c +++ b/sys/netinet/sctp_input.c @@ -3122,7 +3122,7 @@ sctp_handle_ecn_cwr(struct sctp_cwr_chunk *cp, struct sctp_tcb *stcb, struct sct { /* * 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;