Commit 6a2831c2 authored by antirez's avatar antirez
Browse files

Fix comments aesthetics.

parent 23f5cb42
...@@ -4058,8 +4058,9 @@ sds genRedisInfoString(char *section) { ...@@ -4058,8 +4058,9 @@ sds genRedisInfoString(char *section) {
mh->allocator_rss_bytes, mh->allocator_rss_bytes,
mh->rss_extra, mh->rss_extra,
mh->rss_extra_bytes, mh->rss_extra_bytes,
mh->total_frag, /* this is the total RSS overhead, including fragmentation, */ mh->total_frag, /* This is the total RSS overhead, including
mh->total_frag_bytes, /* named so for backwards compatibility */ fragmentation. */
mh->total_frag_bytes, /* Named so for backwards compatibility. */
freeMemoryGetNotCountedMemory(), freeMemoryGetNotCountedMemory(),
mh->repl_backlog, mh->repl_backlog,
mh->clients_slaves, mh->clients_slaves,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment