1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

Fix comment after r250551.

This commit is contained in:
Gleb Smirnoff 2013-11-20 13:22:22 +00:00
parent c43db7e27f
commit 20f50dd696
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258391

View File

@ -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 */