mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
composed: codespell: infinitely
This commit is contained in:
parent
1260004330
commit
3998f8570c
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ composed_lookup_without_collision(struct composed *root, uint32_t *key,
|
||||||
(*key)++;
|
(*key)++;
|
||||||
*key &= CELL_COMB_CHARS_HI - CELL_COMB_CHARS_LO;
|
*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;
|
return NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue