diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-06-04 18:11:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-06-04 18:11:36 +0000 |
commit | b55c0630d80a07f15c4fdbe70aba714c2b5e3ac1 (patch) | |
tree | 27d6e22d45ff33e9e74129d1773fe0230b636fc3 /sys/arch | |
parent | ef46d46f4be9507d291157566a634cf935795505 (diff) |
adderss -> address
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/include/vmparam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/include/vmparam.h b/sys/arch/sparc64/include/vmparam.h index af7e8de1f44..ba1bdaf2120 100644 --- a/sys/arch/sparc64/include/vmparam.h +++ b/sys/arch/sparc64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.16 2007/04/21 13:43:38 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.17 2008/06/04 18:11:34 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.18 2001/05/01 02:19:19 thorpej Exp $ */ /* @@ -42,7 +42,7 @@ */ /* - * Machine dependent constants for Sun-4c SPARC + * Machine dependent constants for sun4u and sun4v UltraSPARC */ #ifndef VMPARAM_H @@ -66,7 +66,7 @@ * Since the compiler generates `call' instructions we can't * have more than 4GB in a single text segment. * - * And since we only have a 40-bit adderss space, allow half + * And since we only have a 40-bit address space, allow half * of that for data and the other half for stack. */ #ifndef MAXTSIZ |