svn commit: r253095 - head/sys/vm
Konstantin Belousov
kib at FreeBSD.org
Tue Jul 9 13:22:31 UTC 2013
Author: kib
Date: Tue Jul 9 13:22:30 2013
New Revision: 253095
URL: http://svnweb.freebsd.org/changeset/base/253095
Log:
Fix typo in comment.
MFC after: 3 days
Modified:
head/sys/vm/swap_pager.c
Modified: head/sys/vm/swap_pager.c
==============================================================================
--- head/sys/vm/swap_pager.c Tue Jul 9 12:55:01 2013 (r253094)
+++ head/sys/vm/swap_pager.c Tue Jul 9 13:22:30 2013 (r253095)
@@ -836,7 +836,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-head
mailing list