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 */ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"