Commit 27fc01a7 authored by antirez's avatar antirez
Browse files

Fix typo in bitops.tcl comment.

parent fe64960a
# Compare Redis commadns against Tcl implementations of the same commands. # Compare Redis commands against Tcl implementations of the same commands.
proc count_bits s { proc count_bits s {
binary scan $s b* bits binary scan $s b* bits
string length [regsub -all {0} $bits {}] string length [regsub -all {0} $bits {}]
......
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