mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 09:17:20 +00:00
Bump codespell from 2.2.1 to 2.2.2 in /.codespell (#11399)
And fix a few newly detected typo. Closes #11394
This commit is contained in:
parent
3193f086ca
commit
a9d561afa5
@ -1 +1 @@
|
||||
codespell==2.2.1
|
||||
codespell==2.2.2
|
||||
|
@ -405,7 +405,7 @@ long activeDefragSdsListAndDict(list *l, dict *d, int dict_val_type) {
|
||||
|
||||
/* Utility function that replaces an old key pointer in the dictionary with a
|
||||
* new pointer. Additionally, we try to defrag the dictEntry in that dict.
|
||||
* Oldkey mey be a dead pointer and should not be accessed (we get a
|
||||
* Oldkey may be a dead pointer and should not be accessed (we get a
|
||||
* pre-calculated hash value). Newkey may be null if the key pointer wasn't
|
||||
* moved. Return value is the dictEntry if found, or NULL if not found.
|
||||
* NOTE: this is very ugly code, but it let's us avoid the complication of
|
||||
|
Loading…
Reference in New Issue
Block a user