Date: Sun, 17 Mar 2013 20:44:10 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r248444 - user/attilio/vmcontention/sys/vm Message-ID: <201303172044.r2HKiAZv045657@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303172044.r2HKiAZv045657>