diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 16:43:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 16:43:38 +0000 |
commit | f8c188d41c441b015de7158ace16a021ded06af8 (patch) | |
tree | bc80703f96e48bdb732ca2f1c3b20a08752add86 /sys/arch/sparc | |
parent | a9a161b0a3baa1977d8b5743175ccf27d23b9b8b (diff) |
slighly -> slightly
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) |