Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d75e0fdb
Commit
d75e0fdb
authored
Mar 02, 2016
by
antirez
Browse files
Fix typo in bitops.tcl comment.
parent
5f3ef73e
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/unit/bitops.tcl
View file @
d75e0fdb
# 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
{
binary scan $s b* 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