Fix typo in comment in quicklist.h (#416)
Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
This commit is contained in:
parent
d1de34930a
commit
443d80f168
@ -68,7 +68,7 @@ typedef struct quicklistLZF {
|
|||||||
char compressed[];
|
char compressed[];
|
||||||
} quicklistLZF;
|
} quicklistLZF;
|
||||||
|
|
||||||
/* Bookmarks are padded with realloc at the end of of the quicklist struct.
|
/* Bookmarks are padded with realloc at the end of the quicklist struct.
|
||||||
* They should only be used for very big lists if thousands of nodes were the
|
* They should only be used for very big lists if thousands of nodes were the
|
||||||
* excess memory usage is negligible, and there's a real need to iterate on them
|
* excess memory usage is negligible, and there's a real need to iterate on them
|
||||||
* in portions.
|
* in portions.
|
||||||
|
Loading…
Reference in New Issue
Block a user