From owner-svn-src-user@FreeBSD.ORG Sun Mar 17 20:44:10 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 437C79F1; Sun, 17 Mar 2013 20:44:10 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 36FD71D1; Sun, 17 Mar 2013 20:44:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2HKiASH045658; Sun, 17 Mar 2013 20:44:10 GMT (envelope-from alc@svn.freebsd.org) Received: (from alc@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2HKiAZv045657; Sun, 17 Mar 2013 20:44:10 GMT (envelope-from alc@svn.freebsd.org) Message-Id: <201303172044.r2HKiAZv045657@svn.freebsd.org> From: Alan Cox Date: Sun, 17 Mar 2013 20:44:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r248444 - user/attilio/vmcontention/sys/vm X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 20:44:10 -0000 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).