Author: kib Date: Fri Jul 12 10:02:47 2013 New Revision: 253257 URL: http://svnweb.freebsd.org/changeset/base/253257
Log: MFC r253095: Fix typo in comment. Approved by: re (hrs) Modified: stable/9/sys/vm/swap_pager.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/vm/swap_pager.c ============================================================================== --- stable/9/sys/vm/swap_pager.c Fri Jul 12 09:20:55 2013 (r253256) +++ stable/9/sys/vm/swap_pager.c Fri Jul 12 10:02:47 2013 (r253257) @@ -835,7 +835,7 @@ swap_pager_freespace(vm_object_t object, * SWAP_PAGER_RESERVE() - reserve swap blocks in object * * Assigns swap blocks to the specified range within the object. The - * swap blocks are not zerod. Any previous swap assignment is destroyed. + * swap blocks are not zeroed. Any previous swap assignment is destroyed. * * Returns 0 on success, -1 on failure. */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"