Skip to content

Commit

Permalink
Fix typo in comment in quicklist.h (#416)
Browse files Browse the repository at this point in the history
Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
  • Loading branch information
eltociear committed May 2, 2024
1 parent d1de349 commit 443d80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quicklist.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ typedef struct quicklistLZF {
char compressed[];
} 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
* excess memory usage is negligible, and there's a real need to iterate on them
* in portions.
Expand Down

0 comments on commit 443d80f

Please sign in to comment.