summaryrefslogtreecommitdiff
path: root/c_src/permdb.c
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-05-09 13:19:20 +0200
committerLinus Nordberg <linus@nordu.net>2016-05-09 13:19:20 +0200
commit5ac659718c48573356054e4e6ea6af5844c07931 (patch)
treeb1bbcbe07819abbb43387cdf1baf6752fcd273f2 /c_src/permdb.c
parentee87ca6a2520447edc7c822cc5f043d035acf611 (diff)
Doc change -- dirtynodes is a list, not a tree.
Diffstat (limited to 'c_src/permdb.c')
-rw-r--r--c_src/permdb.c2
1 files changed, 1 insertions, 1 deletions
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.