diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-25 20:32:30 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-25 20:32:30 +0000 |
commit | bd36369ef6e52321676d1e59af0f12ab6ce56329 (patch) | |
tree | 28c5b4d2a935ae1c4bb7f89c2ea9512c397dbe62 /sys/arch/i386 | |
parent | 631e93e0adb0977be3cb2e0f1daa708c556ca25c (diff) |
"boundries" -> "boundaries" in various comments. Started by Diego Casati.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/locore.s | 4 | ||||
-rw-r--r-- | sys/arch/i386/i386/longrun.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index fc08292dc61..0a2736bce97 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.108 2007/04/13 11:16:08 art Exp $ */ +/* $OpenBSD: locore.s,v 1.109 2007/05/25 20:32:29 krw Exp $ */ /* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */ /*- @@ -2183,7 +2183,7 @@ ENTRY(bzero) /* * if the string is too short, it's really not worth the overhead - * of aligning to word boundries, etc. So we jump to a plain + * of aligning to word boundaries, etc. So we jump to a plain * unaligned set. */ cmpl $16,%edx diff --git a/sys/arch/i386/i386/longrun.c b/sys/arch/i386/i386/longrun.c index 89adb585ca8..1ad14787a42 100644 --- a/sys/arch/i386/i386/longrun.c +++ b/sys/arch/i386/i386/longrun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: longrun.c,v 1.12 2006/12/20 17:50:40 gwk Exp $ */ +/* $OpenBSD: longrun.c,v 1.13 2007/05/25 20:32:29 krw Exp $ */ /* * Copyright (c) 2003 Ted Unangst * Copyright (c) 2001 Tamotsu Hattori @@ -88,7 +88,7 @@ longrun_update(void *arg) } /* - * Transmeta documentation says performance window boundries + * Transmeta documentation says performance window boundaries * must be between 0 and 100 or a GP0 exception is generated. * mode is really only a bit, 0 or 1 * These values will be rounded by the CPU to within the |