Author: jhb
Date: Fri Oct 14 11:48:32 2011
New Revision: 226366
URL: http://svn.freebsd.org/changeset/base/226366
Log:
Fix a typo in a comment.
Modified:
head/sys/vm/vnode_pager.c
Modified: head/sys/vm/vnode_pager.c
==============================================================================
--- head/sys/vm/vnode_pager.c Fri Oct 14 11:47:14 2011 (r226365)
+++ head/sys/vm/vnode_pager.c Fri Oct 14 11:48:32 2011 (r226366)
@@ -1150,7 +1150,7 @@ vnode_pager_generic_putpages(struct vnod
VM_OBJECT_UNLOCK(object);
/*
- * pageouts are already clustered, use IO_ASYNC t o force a bawrite()
+ * pageouts are already clustered, use IO_ASYNC to force a bawrite()
* rather then a bdwrite() to prevent paging I/O from saturating
* the buffer cache. Dummy-up the sequential heuristic to cause
* large ranges to cluster. If neither IO_SYNC or IO_ASYNC is set,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"