summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-09-30 17:17:36 +0200
committerantirez <antirez@gmail.com>2019-09-30 17:17:36 +0200
commit6a2831c24affd565b111398846c6cf6e40eca6e7 (patch)
tree0f51d10b9b486f5ab6785e41bb83c0724ccd478e
parent23f5cb423341b014f6a7005e2cbe10c22e7098e3 (diff)
downloadredis-6a2831c24affd565b111398846c6cf6e40eca6e7.tar.gz
Fix comments aesthetics.
-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,