svn commit: r253257 - stable/9/sys/vm
Konstantin Belousov
kib at FreeBSD.org
Fri Jul 12 10:02:47 UTC 2013
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.
*/
More information about the svn-src-stable-9
mailing list