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/sparc64/include/param.h | |
parent | a9a161b0a3baa1977d8b5743175ccf27d23b9b8b (diff) |
slighly -> slightly
Diffstat (limited to 'sys/arch/sparc64/include/param.h')
-rw-r--r-- | sys/arch/sparc64/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |