summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-07-30 02:27:41 +0000
committeralex <alex@FreeBSD.org>1998-07-30 02:27:41 +0000
commitbe8869d4871edf399225fb2eee7eb694ce44fb1a (patch)
treefedc832e9f2caf56eb0459d2e3adacf2f4066ec6
parent97c8c135a4ca5505825032c8565c1d8ed237cd02 (diff)
downloadFreeBSD-src-be8869d4871edf399225fb2eee7eb694ce44fb1a.zip
FreeBSD-src-be8869d4871edf399225fb2eee7eb694ce44fb1a.tar.gz
Typo fix: teh --> (the|they)
-rw-r--r--sys/dev/slice/slice.h4
-rw-r--r--sys/i386/boot/biosboot/start.S4
-rw-r--r--sys/netatalk/at_control.c2
-rw-r--r--sys/pc98/boot/biosboot/start.S4
4 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/slice/slice.h b/sys/dev/slice/slice.h
index ca6dfe0..26c9943 100644
--- a/sys/dev/slice/slice.h
+++ b/sys/dev/slice/slice.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: slice.h,v 1.3 1998/06/07 19:40:32 dfr Exp $
+ * $Id: slice.h,v 1.4 1998/07/13 08:22:55 julian Exp $
*/
typedef struct slice_handler *sh_p;
@@ -54,7 +54,7 @@ struct ide_geom {
* if it's a null string ("") then don't even try find a sub handler.
* defined as NO_SUBPART
* if it's a NULL pointer (NULL) then probe all known types.
- * -typespecific: A pointer to SOMETHING that teh lower handler thinks
+ * -typespecific: A pointer to SOMETHING that the lower handler thinks
* may be of interest to the higher hamdlers. The "something" is dependent
* on the type of the lower handler so the upper handler must know of
* this in advance. The type of this should be specified in an
diff --git a/sys/i386/boot/biosboot/start.S b/sys/i386/boot/biosboot/start.S
index e413391..3d27c5f 100644
--- a/sys/i386/boot/biosboot/start.S
+++ b/sys/i386/boot/biosboot/start.S
@@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:36:29 rpd
- * $Id: start.S,v 1.10 1997/02/22 09:30:13 peter Exp $
+ * $Id: start.S,v 1.11 1998/07/02 15:36:35 wpaul Exp $
*/
/*
@@ -200,7 +200,7 @@ load:
* Finally write the block back to disk with the zero'd out entry..
* I hate writing at this stage but we need this to be persistant.
* If the boot fails, then the next boot will get the next string.
- * /etc/rc will regenerate a complete block2 iff teh boot succeeds.
+ * /etc/rc will regenerate a complete block2 iff the boot succeeds.
*
* Format of block 2 is:
* [NAMEBLOCKMAGIC] <--0xdeafc0de
diff --git a/sys/netatalk/at_control.c b/sys/netatalk/at_control.c
index a5afb78..2138995 100644
--- a/sys/netatalk/at_control.c
+++ b/sys/netatalk/at_control.c
@@ -710,7 +710,7 @@ at_broadcast( sat )
* between the two addresses makes its transition.
* Each of the upper and lower ranges might not exist, or might be
* representable by 1 or more netmasks. In addition, if both
- * ranges can be represented by the same netmask, then teh can be merged
+ * ranges can be represented by the same netmask, then they can be merged
* by using the next higher netmask..
*/
diff --git a/sys/pc98/boot/biosboot/start.S b/sys/pc98/boot/biosboot/start.S
index 2a545b5..013a40b 100644
--- a/sys/pc98/boot/biosboot/start.S
+++ b/sys/pc98/boot/biosboot/start.S
@@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:36:29 rpd
- * $Id: start.S,v 1.4 1997/02/22 09:43:09 peter Exp $
+ * $Id: start.S,v 1.5 1998/05/02 02:06:07 kato Exp $
*/
/*
@@ -251,7 +251,7 @@ load:
* Finally write the block back to disk with the zero'd out entry..
* I hate writing at this stage but we need this to be persistant.
* If the boot fails, then the next boot will get the next string.
- * /etc/rc will regenerate a complete block2 iff teh boot succeeds.
+ * /etc/rc will regenerate a complete block2 iff the boot succeeds.
*
* Format of block 2 is:
* [NAMEBLOCKMAGIC] <--0xdeafc0de
OpenPOWER on IntegriCloud