diff --git a/src/heavyloadlog.h b/src/heavyloadlog.h index 4a24504707..0ce916d23d 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;