Skip to content

Commit

Permalink
Merge pull request redis#7074 from hayleeliu/unstable
Browse files Browse the repository at this point in the history
fix spelling mistake in bitops.c
  • Loading branch information
antirez authored Apr 10, 2020
2 parents 839bbcb + 51b9de0 commit 767977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
* otherwise in case of underflow, -1 is returned.
*
* When non-zero is returned (oferflow or underflow), if not NULL, *limit is
* When non-zero is returned (overflow or underflow), if not NULL, *limit is
* set to the value the operation should result when an overflow happens,
* depending on the specified overflow semantics:
*
Expand Down

0 comments on commit 767977c

Please sign in to comment.