From 5ac659718c48573356054e4e6ea6af5844c07931 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 9 May 2016 13:19:20 +0200 Subject: Doc change -- dirtynodes is a list, not a tree. --- c_src/permdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c_src') diff --git a/c_src/permdb.c b/c_src/permdb.c index f34624e..ea0fc91 100644 --- a/c_src/permdb.c +++ b/c_src/permdb.c @@ -850,7 +850,7 @@ writedata(permdb_object *state, const unsigned char *key, * 1) updating the data file buffer with key and data, * 2) if necessary, adding a new node to the index tree, * 3) marking the parent nodes as dirty and - * 4) adding new and changed nodes to the dirtynodes tree. + * 4) adding new and changed nodes to the dirtynodes list. * * If DATA is NULL, the data file buffer is not updated (step 1 above) * and DATAOFFSET is used instead. -- cgit v1.1