From 6a2831c24affd565b111398846c6cf6e40eca6e7 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 30 Sep 2019 17:17:36 +0200 Subject: [PATCH] Fix comments aesthetics. --- src/server.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/server.c b/src/server.c index a2af7824..79c458ee 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,