summaryrefslogtreecommitdiff
path: root/src/cluster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cluster.h')
-rw-r--r--src/cluster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cluster.h b/src/cluster.h
index 20889b6e2..ef466c820 100644
--- a/src/cluster.h
+++ b/src/cluster.h
@@ -195,7 +195,7 @@ union clusterMsgData {
typedef struct {
- char sig[4]; /* Siganture "RCib" (Redis Cluster internal bus). */
+ char sig[4]; /* Siganture "RCmb" (Redis Cluster message bus). */
uint16_t ver; /* Protocol version, currently set to 0. */
uint16_t notused0; /* 2 bytes not used. */
uint32_t totlen; /* Total length of this message */