summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/t_zset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t_zset.c b/src/t_zset.c
index c78969caf..86d241883 100644
--- a/src/t_zset.c
+++ b/src/t_zset.c
@@ -3563,7 +3563,7 @@ void zrevrangebylexCommand(client *c) {
/**
* This function handles ZRANGE and ZRANGESTORE, and also the deprecated
- * Z[REV]RANGE[BYPOS|BYLEX] commands.
+ * Z[REV]RANGE[BYSCORE|BYLEX] commands.
*
* The simple ZRANGE and ZRANGESTORE can take _AUTO in rangetype and direction,
* other command pass explicit value.