From 0b63d789215e402f7e19c029175268ffb82eb380 Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 17 Sep 2012 00:47:37 +0000 Subject: [PATCH] MFC r240520: s/teh/the/g Approved by: cperciva (implicit) git-svn-id: svn://svn.freebsd.org/base/stable/8@240581 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/i386/include/xen/xen-os.h | 2 +- sys/netinet/sctp_input.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/include/xen/xen-os.h b/sys/i386/include/xen/xen-os.h index e6518a40f..e90109dbf 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 d214b2e98..bd2424be6 100644 --- a/sys/netinet/sctp_input.c +++ b/sys/netinet/sctp_input.c @@ -3107,7 +3107,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; -- 2.45.0