Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 15:52:20 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246554 - head/sys/sparc64/include
Message-ID:  <201302081552.r18FqK7r048696@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri Feb  8 15:52:20 2013
New Revision: 246554
URL: http://svnweb.freebsd.org/changeset/base/246554

Log:
  The 'end' word was missed in the comment.
  
  MFC after:     3 days

Modified:
  head/sys/sparc64/include/vmparam.h

Modified: head/sys/sparc64/include/vmparam.h
==============================================================================
--- head/sys/sparc64/include/vmparam.h	Fri Feb  8 14:14:00 2013	(r246553)
+++ head/sys/sparc64/include/vmparam.h	Fri Feb  8 15:52:20 2013	(r246554)
@@ -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



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