From 86ca9b25e22174ef6a5ce7b54b85b100bb4bc919 Mon Sep 17 00:00:00 2001 From: a2tt Date: Wed, 9 Mar 2022 20:58:23 +0900 Subject: fix typos (#10402) --- src/listpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/listpack.c') diff --git a/src/listpack.c b/src/listpack.c index 450976e2c..e651e4960 100644 --- a/src/listpack.c +++ b/src/listpack.c @@ -958,7 +958,7 @@ unsigned char *lpPrependInteger(unsigned char *lp, long long lval) { return lpInsertInteger(lp, lval, p, LP_BEFORE, NULL); } -/* Append the specified element 'ele' of length 'len' at the end of the +/* Append the specified element 'ele' of length 'size' at the end of the * listpack. It is implemented in terms of lpInsert(), so the return value is * the same as lpInsert(). */ unsigned char *lpAppend(unsigned char *lp, unsigned char *ele, uint32_t size) { -- cgit v1.2.1