From 4fd206a720024dea2d0ce3ef53f6e156e936f722 Mon Sep 17 00:00:00 2001 From: Chen Tianjie Date: Fri, 19 Apr 2024 17:52:04 +0800 Subject: [PATCH] Correct comment. Signed-off-by: Chen Tianjie --- src/heavyloadlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heavyloadlog.h b/src/heavyloadlog.h index 4a2450470..0ce916d23 100644 --- a/src/heavyloadlog.h +++ b/src/heavyloadlog.h @@ -33,7 +33,7 @@ #define HEAVYLOAD_LOG_ENTRY_MAX_ARGC 32 #define HEAVYLOAD_LOG_ENTRY_MAX_STRING 128 -/* This structure defines an entry inside the slow log list */ +/* This structure defines an entry inside the slow/fat log list */ typedef struct heavyLoadLogEntry { robj **argv; int argc;