summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-02-08 15:52:20 +0000
committerkib <kib@FreeBSD.org>2013-02-08 15:52:20 +0000
commitdfffe11d71ac60fa90737e21a2b32754c602f2b9 (patch)
treed3d8a2bb901fcf6eca99c4fb7984bb8228ba01b2 /sys/sparc64
parentf7ed43a65639b883bc34292d73eb47710ba50549 (diff)
downloadFreeBSD-src-dfffe11d71ac60fa90737e21a2b32754c602f2b9.zip
FreeBSD-src-dfffe11d71ac60fa90737e21a2b32754c602f2b9.tar.gz
The 'end' word was missed in the comment.
MFC after: 3 days
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/vmparam.h b/sys/sparc64/include/vmparam.h
index 6b33e0f..a5ed245 100644
--- a/sys/sparc64/include/vmparam.h
+++ b/sys/sparc64/include/vmparam.h
@@ -149,8 +149,8 @@
*
* We define some interesting address constants:
*
- * VM_MIN_ADDRESS and VM_MAX_ADDRESS define the start and of the entire 64 bit
- * address space, mostly just for convenience.
+ * VM_MIN_ADDRESS and VM_MAX_ADDRESS define the start and end of the entire
+ * 64 bit address space, mostly just for convenience.
*
* VM_MIN_DIRECT_ADDRESS and VM_MAX_DIRECT_ADDRESS define the start and end
* of the direct mapped region. This maps virtual addresses to physical
OpenPOWER on IntegriCloud