Unverified Commit a9d561af authored by Binbin's avatar Binbin Committed by GitHub
Browse files

Bump codespell from 2.2.1 to 2.2.2 in /.codespell (#11399)

And fix a few newly detected typo.
Closes #11394
parent 3193f086
codespell==2.2.1 codespell==2.2.2
...@@ -405,7 +405,7 @@ long activeDefragSdsListAndDict(list *l, dict *d, int dict_val_type) { ...@@ -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 /* 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. * 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 * 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. * 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 * NOTE: this is very ugly code, but it let's us avoid the complication of
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment