composed: codespell: infinitely

This commit is contained in:
Daniel Eklöf 2025-01-27 07:35:10 +01:00
parent 1260004330
commit 3998f8570c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -95,7 +95,7 @@ composed_lookup_without_collision(struct composed *root, uint32_t *key,
(*key)++;
*key &= CELL_COMB_CHARS_HI - CELL_COMB_CHARS_LO;
/* TODO: this will loop infinitly if the composed table is full */
/* TODO: this will loop infinitely if the composed table is full */
}
return NULL;