Fix typo in bitops.tcl comment.

This commit is contained in:
antirez
2016-05-02 08:41:53 +02:00
parent 5f3ef73ed4
commit d75e0fdbe6
+1 -1
View File
@@ -1,4 +1,4 @@
# Compare Redis commadns against Tcl implementations of the same commands.
# Compare Redis commands against Tcl implementations of the same commands.
proc count_bits s {
binary scan $s b* bits
string length [regsub -all {0} $bits {}]