From c579d0c967d6fa748d883edc419b3a22a90f7280 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 2 May 2024 23:45:55 +0900 Subject: [PATCH] fix: typo in quicklist.h Signed-off-by: Ikko Eltociear Ashimine --- src/quicklist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quicklist.h b/src/quicklist.h index 4658ba8271..0d26dff10b 100644 --- a/src/quicklist.h +++ b/src/quicklist.h @@ -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.