Fix various typos

Found via `codespell -q 2` (v1.17.0.dev0)
This commit is contained in:
luz.paz
2019-09-20 13:35:56 -04:00
parent a1f297aa83
commit 3adf3e6a5a
6 changed files with 13 additions and 13 deletions

View File

@@ -243,7 +243,7 @@ static uint32_t hashlittle(const void *key, size_t length, uint32_t initval)
* rest of the string. Every machine with memory protection I've seen
* does it on word boundaries, so is OK with this. But VALGRIND will
* still catch it and complain. The masking trick does make the hash
* noticably faster for short strings (like English words).
* noticeably faster for short strings (like English words).
*/
#ifndef NO_MASKING_TRICK