]> git.saurik.com Git - redis.git/commitdiff
error in comment fixed
authorantirez <antirez@gmail.com>
Wed, 11 Jan 2012 19:25:41 +0000 (20:25 +0100)
committerantirez <antirez@gmail.com>
Wed, 11 Jan 2012 19:25:51 +0000 (20:25 +0100)
src/t_zset.c

index f42e5a3185bcf7b44f147c5b0871e7457099703a..fe65bf75633fd7e876d2fb6267b4025aadca9c6d 100644 (file)
@@ -17,7 +17,7 @@
 /* This skiplist implementation is almost a C translation of the original
  * algorithm described by William Pugh in "Skip Lists: A Probabilistic
  * Alternative to Balanced Trees", modified in three ways:
- * a) this implementation allows for repeated values.
+ * a) this implementation allows for repeated scores.
  * b) the comparison is not just by key (our 'score') but by satellite data.
  * c) there is a back pointer, so it's a doubly linked list with the back
  * pointers being only at "level 1". This allows to traverse the list