From c5003e12e979d42d0c23172ccb7ad1e6f2b3f8b7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 3 May 2024 00:36:07 +0900 Subject: [PATCH] Fix typo in comment in quicklist.h (#416) Signed-off-by: Ikko Eltociear Ashimine Signed-off-by: hwware --- 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.