summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-09-14 21:59:55 +0000
committereadler <eadler@FreeBSD.org>2012-09-14 21:59:55 +0000
commit752dbba611f258235579517a0e8562e71b715765 (patch)
tree1e1199c62e063df64c37aa17f761a3b316d0d961
parent1bc8f77bec18b97f4515567cd96664493165597c (diff)
downloadFreeBSD-src-752dbba611f258235579517a0e8562e71b715765.zip
FreeBSD-src-752dbba611f258235579517a0e8562e71b715765.tar.gz
s/teh/the/g
Approved by: cperciva MFC after: 3 days
-rw-r--r--sys/dev/isci/scil/scic_io_request.h2
-rw-r--r--sys/dev/vxge/include/vxgehal-ll.h2
-rw-r--r--sys/i386/include/xen/xen-os.h2
-rw-r--r--sys/netinet/sctp_input.c2
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 ec1ab32..21c70c0 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 eb0e8e5..5c65cc1 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 e6518a4..e90109d 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 36aabfd..7f038d4 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;
OpenPOWER on IntegriCloud