From 32891d4d49f39cd7a367049f639efaffa7d3479d Mon Sep 17 00:00:00 2001 From: kib Date: Mon, 11 Feb 2013 00:50:52 +0000 Subject: [PATCH] MFC r246554: The 'end' word was missed in the comment. git-svn-id: svn://svn.freebsd.org/base/stable/8@246646 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/sparc64/include/vmparam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sparc64/include/vmparam.h b/sys/sparc64/include/vmparam.h index 235487c9d..c9b9fdf99 100644 --- a/sys/sparc64/include/vmparam.h +++ b/sys/sparc64/include/vmparam.h @@ -153,8 +153,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 -- 2.45.0