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
51b9de03
Unverified
Commit
51b9de03
authored
Apr 08, 2020
by
hayleeliu
Committed by
GitHub
Apr 08, 2020
Browse files
fix spelling mistake in bitops.c
parent
96688aa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bitops.c
View file @
51b9de03
...
@@ -269,7 +269,7 @@ int64_t getSignedBitfield(unsigned char *p, uint64_t offset, uint64_t bits) {
...
@@ -269,7 +269,7 @@ int64_t getSignedBitfield(unsigned char *p, uint64_t offset, uint64_t bits) {
* then zero is returned, otherwise in case of overflow, 1 is returned,
* then zero is returned, otherwise in case of overflow, 1 is returned,
* otherwise in case of underflow, -1 is returned.
* otherwise in case of underflow, -1 is returned.
*
*
* When non-zero is returned (o
f
erflow or underflow), if not NULL, *limit is
* When non-zero is returned (o
v
erflow or underflow), if not NULL, *limit is
* set to the value the operation should result when an overflow happens,
* set to the value the operation should result when an overflow happens,
* depending on the specified overflow semantics:
* depending on the specified overflow semantics:
*
*
...
...
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