Skip to content

Commit 443d80f

Browse files
authored
Fix typo in comment in quicklist.h (#416)
Signed-off-by: Ikko Eltociear Ashimine <[email protected]>
1 parent d1de349 commit 443d80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quicklist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ typedef struct quicklistLZF {
6868
char compressed[];
6969
} quicklistLZF;
7070

71-
/* Bookmarks are padded with realloc at the end of of the quicklist struct.
71+
/* Bookmarks are padded with realloc at the end of the quicklist struct.
7272
* They should only be used for very big lists if thousands of nodes were the
7373
* excess memory usage is negligible, and there's a real need to iterate on them
7474
* in portions.

0 commit comments

Comments
 (0)