Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
27fc01a7
Commit
27fc01a7
authored
Mar 02, 2016
by
antirez
Browse files
Fix typo in bitops.tcl comment.
parent
fe64960a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/bitops.tcl
View file @
27fc01a7
# Compare Redis comma
d
ns against Tcl implementations of the same commands.
# Compare Redis comman
d
s 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
{}]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment