Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 00:50:53 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r246646 - stable/8/sys/sparc64/include
Message-ID:  <201302110050.r1B0orV8077907@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Mon Feb 11 00:50:52 2013
New Revision: 246646
URL: http://svnweb.freebsd.org/changeset/base/246646

Log:
  MFC r246554:
  The 'end' word was missed in the comment.

Modified:
  stable/8/sys/sparc64/include/vmparam.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/sparc64/   (props changed)

Modified: stable/8/sys/sparc64/include/vmparam.h
==============================================================================
--- stable/8/sys/sparc64/include/vmparam.h	Mon Feb 11 00:50:25 2013	(r246645)
+++ stable/8/sys/sparc64/include/vmparam.h	Mon Feb 11 00:50:52 2013	(r246646)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302110050.r1B0orV8077907>