From owner-svn-src-all@FreeBSD.ORG Tue Apr 28 11:43:36 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17612106567D; Tue, 28 Apr 2009 11:43:36 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 05AF68FC2E; Tue, 28 Apr 2009 11:43:36 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3SBhZjr048630; Tue, 28 Apr 2009 11:43:35 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3SBhZxS048629; Tue, 28 Apr 2009 11:43:35 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <200904281143.n3SBhZxS048629@svn.freebsd.org> From: Konstantin Belousov Date: Tue, 28 Apr 2009 11:43:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191625 - head/sys/vm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2009 11:43:36 -0000 Author: kib Date: Tue Apr 28 11:43:35 2009 New Revision: 191625 URL: http://svn.freebsd.org/changeset/base/191625 Log: Fix typo. Modified: head/sys/vm/swap_pager.c Modified: head/sys/vm/swap_pager.c ============================================================================== --- head/sys/vm/swap_pager.c Tue Apr 28 11:36:12 2009 (r191624) +++ head/sys/vm/swap_pager.c Tue Apr 28 11:43:35 2009 (r191625) @@ -2255,12 +2255,12 @@ SYSCTL_NODE(_vm, OID_AUTO, swap_info, CT "Swap statistics by device"); /* - * vmspace_swap_count() - count the approximate swap useage in pages for a + * vmspace_swap_count() - count the approximate swap usage in pages for a * vmspace. * * The map must be locked. * - * Swap useage is determined by taking the proportional swap used by + * Swap usage is determined by taking the proportional swap used by * VM objects backing the VM map. To make up for fractional losses, * if the VM object has any swap use at all the associated map entries * count for at least 1 swap page.