summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/server.c b/src/server.c
index a2af7824d..79c458ee9 100644
--- a/src/server.c
+++ b/src/server.c
@@ -4058,8 +4058,9 @@ sds genRedisInfoString(char *section) {
mh->allocator_rss_bytes,
mh->rss_extra,
mh->rss_extra_bytes,
- mh->total_frag, /* this is the total RSS overhead, including fragmentation, */
- mh->total_frag_bytes, /* named so for backwards compatibility */
+ mh->total_frag, /* This is the total RSS overhead, including
+ fragmentation. */
+ mh->total_frag_bytes, /* Named so for backwards compatibility. */
freeMemoryGetNotCountedMemory(),
mh->repl_backlog,
mh->clients_slaves,