diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/cats/cats/cats_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc/include/param.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/include/param.h | 4 | ||||
-rw-r--r-- | sys/arch/zaurus/zaurus/zaurus_machdep.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/cats/cats/cats_machdep.c b/sys/arch/cats/cats/cats_machdep.c index 9985b9aaa63..78136bd965a 100644 --- a/sys/arch/cats/cats/cats_machdep.c +++ b/sys/arch/cats/cats/cats_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cats_machdep.c,v 1.14 2006/07/13 10:35:04 martin Exp $ */ +/* $OpenBSD: cats_machdep.c,v 1.15 2007/04/10 16:43:34 miod Exp $ */ /* $NetBSD: cats_machdep.c,v 1.50 2003/10/04 14:28:28 chris Exp $ */ /* @@ -755,7 +755,7 @@ initarm(bootargs) * Until then we will use a handler that just panics but tells us * why. * Initialisation of the vectors will just panic on a data abort. - * This just fills in a slighly better one. + * This just fills in a slightly better one. */ #ifdef VERBOSE_INIT_ARM printf("vectors "); diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h index d289af22501..6066b108793 100644 --- a/sys/arch/sparc/include/param.h +++ b/sys/arch/sparc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.37 2006/08/12 17:54:38 krw Exp $ */ +/* $OpenBSD: param.h,v 1.38 2007/04/10 16:43:37 miod Exp $ */ /* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */ /* @@ -174,7 +174,7 @@ extern int mmumod; * early in locore.s after the machine type has been detected. * * Note that whenever the macros defined below evaluate to expressions - * involving variables, the kernel will perform slighly worse due to the + * involving variables, the kernel will perform slightly worse due to the * extra memory references they'll generate. */ #if defined(SUN4M) && defined(SUN4C) && defined(SUN4) diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h index 9013680d3b7..123edbf1545 100644 --- a/sys/arch/sparc64/include/param.h +++ b/sys/arch/sparc64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.22 2007/03/20 14:42:52 deanna Exp $ */ +/* $OpenBSD: param.h,v 1.23 2007/04/10 16:43:37 miod Exp $ */ /* $NetBSD: param.h,v 1.25 2001/05/30 12:28:51 mrg Exp $ */ /* @@ -239,7 +239,7 @@ extern void delay(unsigned int); * On a sun4u machine, the page size is 8192. * * Note that whenever the macros defined below evaluate to expressions - * involving variables, the kernel will perform slighly worse due to the + * involving variables, the kernel will perform slightly worse due to the * extra memory references they'll generate. */ diff --git a/sys/arch/zaurus/zaurus/zaurus_machdep.c b/sys/arch/zaurus/zaurus/zaurus_machdep.c index 51c2e84dd7e..0241f992c8c 100644 --- a/sys/arch/zaurus/zaurus/zaurus_machdep.c +++ b/sys/arch/zaurus/zaurus/zaurus_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_machdep.c,v 1.25 2006/06/20 18:24:04 todd Exp $ */ +/* $OpenBSD: zaurus_machdep.c,v 1.26 2007/04/10 16:43:37 miod Exp $ */ /* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */ /* @@ -1065,7 +1065,7 @@ initarm(void *arg) * Until then we will use a handler that just panics but tells us * why. * Initialisation of the vectors will just panic on a data abort. - * This just fills in a slighly better one. + * This just fills in a slightly better one. */ #ifdef VERBOSE_INIT_ARM printf("vectors "); |