From 455643321ca091d7a3ea03f1c97dc72458edeb0a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 7 Feb 2011 16:45:45 +0100 Subject: [PATCH] btr: Fix documentation of btr_consume(). s/buffer tree/buffer pool/. --- buffer_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buffer_tree.c b/buffer_tree.c index c5417c2b..0e460dd3 100644 --- a/buffer_tree.c +++ b/buffer_tree.c @@ -603,7 +603,7 @@ size_t btr_next_buffer(struct btr_node *btrn, char **bufp) * * This function must be used to get rid of existing buffer references in the * node's input queue. If no references to a buffer remain, the underlying - * buffers are either freed (in the non-buffer tree case) or the read head of + * buffers are either freed (in the non-buffer pool case) or the read head of * the buffer pool is being advanced. * * Note that \a numbytes may be smaller than the buffer size. In this case the -- 2.30.2