We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1de349 commit 443d80fCopy full SHA for 443d80f
src/quicklist.h
@@ -68,7 +68,7 @@ typedef struct quicklistLZF {
68
char compressed[];
69
} quicklistLZF;
70
71
-/* 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.
72
* They should only be used for very big lists if thousands of nodes were the
73
* excess memory usage is negligible, and there's a real need to iterate on them
74
* in portions.
0 commit comments