docs: spelling and grammar fixes

Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
This commit is contained in:
Ville Skyttä
2024-04-01 10:54:59 +00:00
parent 573b4e35d1
commit b20647c2e2
48 changed files with 86 additions and 86 deletions

View File

@@ -610,7 +610,7 @@ cmph_uint32 bmz_packed_size(cmph_t *mphf)
* \brief Use the packed mphf to do a search.
* \param packed_mphf pointer to the packed mphf
* \param key key to be hashed
* \param keylen key legth in bytes
* \param keylen key length in bytes
* \return The mphf value
*/
cmph_uint32 bmz_search_packed(void *packed_mphf, const char *key, cmph_uint32 keylen)