svn commit: r248444 - user/attilio/vmcontention/sys/vm

Alan Cox alc at FreeBSD.org
Sun Mar 17 20:44:10 UTC 2013


Author: alc
Date: Sun Mar 17 20:44:09 2013
New Revision: 248444
URL: http://svnweb.freebsd.org/changeset/base/248444

Log:
  Fix a couple typos.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  user/attilio/vmcontention/sys/vm/vm_radix.c

Modified: user/attilio/vmcontention/sys/vm/vm_radix.c
==============================================================================
--- user/attilio/vmcontention/sys/vm/vm_radix.c	Sun Mar 17 20:40:31 2013	(r248443)
+++ user/attilio/vmcontention/sys/vm/vm_radix.c	Sun Mar 17 20:44:09 2013	(r248444)
@@ -531,7 +531,7 @@ restart:
 
 		/*
 		 * If the keys differ before the current bisection node
-		 * the search key might rollback to the earlierst
+		 * the search key might rollback to the earliest
 		 * available bisection node, or to the smaller value
 		 * in the current domain (if the owner is bigger than the
 		 * search key).
@@ -620,7 +620,7 @@ restart:
 
 		/*
 		 * If the keys differ before the current bisection node
-		 * the search key might rollback to the earlierst
+		 * the search key might rollback to the earliest
 		 * available bisection node, or to the higher value
 		 * in the current domain (if the owner is smaller than the
 		 * search key).


More information about the svn-src-user mailing list