svn commit: r258391 - head/sys/sys
Gleb Smirnoff
glebius at FreeBSD.org
Wed Nov 20 13:22:23 UTC 2013
Author: glebius
Date: Wed Nov 20 13:22:22 2013
New Revision: 258391
URL: http://svnweb.freebsd.org/changeset/base/258391
Log:
Fix comment after r250551.
Modified:
head/sys/sys/bufobj.h
Modified: head/sys/sys/bufobj.h
==============================================================================
--- head/sys/sys/bufobj.h Wed Nov 20 12:32:34 2013 (r258390)
+++ head/sys/sys/bufobj.h Wed Nov 20 13:22:22 2013 (r258391)
@@ -63,7 +63,7 @@ extern struct buf_ops buf_ops_bio;
TAILQ_HEAD(buflists, buf);
-/* A Buffer splay list */
+/* A Buffer list & trie */
struct bufv {
struct buflists bv_hd; /* Sorted blocklist */
struct pctrie bv_root; /* Buf trie */
More information about the svn-src-head
mailing list