Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2013 02:04:49 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r246730 - user/attilio/vmc-playground/sys/vm
Message-ID:  <201302130204.r1D24nC7074043@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: attilio
Date: Wed Feb 13 02:04:49 2013
New Revision: 246730
URL: http://svnweb.freebsd.org/changeset/base/246730

Log:
  Grammar.
  
  Sponsored by:	EMC / Isilon storage division

Modified:
  user/attilio/vmc-playground/sys/vm/vm_radix.c

Modified: user/attilio/vmc-playground/sys/vm/vm_radix.c
==============================================================================
--- user/attilio/vmc-playground/sys/vm/vm_radix.c	Wed Feb 13 01:54:06 2013	(r246729)
+++ user/attilio/vmc-playground/sys/vm/vm_radix.c	Wed Feb 13 02:04:49 2013	(r246730)
@@ -648,7 +648,7 @@ restart:
 		}
 
 		/*
-		 * If a valid page or edge, smaller then the search slot, is
+		 * If a valid page or edge, smaller than the search slot, is
 		 * found in the traversal, skip to the next higher-level key.
 		 */
 		if (slot == 0 && (rnode->rn_child[slot] == NULL || m != NULL)) {



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