summaryrefslogtreecommitdiff
path: root/src/listpack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/listpack.c')
-rw-r--r--src/listpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listpack.c b/src/listpack.c
index 8b3209be2..f7c867f2e 100644
--- a/src/listpack.c
+++ b/src/listpack.c
@@ -732,7 +732,7 @@ unsigned char *lpFind(unsigned char *lp, unsigned char *p, unsigned char *s,
/* Skip entry */
skipcnt--;
- /* Move to next entry, avoid use `lpNext` due to `ASSERT_INTEGRITY` in
+ /* Move to next entry, avoid use `lpNext` due to `lpAssertValidEntry` in
* `lpNext` will call `lpBytes`, will cause performance degradation */
p = lpSkip(p);
}