Date: Tue, 28 Apr 2009 11:43:35 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r191625 - head/sys/vm Message-ID: <200904281143.n3SBhZxS048629@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904281143.n3SBhZxS048629>