Skip to content

Commit

Permalink
Correct comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Tianjie <TJ_Chen@outlook.com>
  • Loading branch information
CharlesChen888 committed Apr 19, 2024
1 parent 943fe78 commit 4fd206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heavyloadlog.h
Expand Up @@ -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;
Expand Down

0 comments on commit 4fd206a

Please sign in to comment.