mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
Codespell fixes
This commit is contained in:
parent
58d967b2f3
commit
5e1d73f3cd
1 changed files with 1 additions and 1 deletions
2
shm.c
2
shm.c
|
|
@ -527,7 +527,7 @@ struct buffer *
|
|||
shm_get_buffer(struct buffer_chain *chain, int width, int height)
|
||||
{
|
||||
LOG_DBG(
|
||||
"chain=%p: looking for a re-usable %dx%d buffer "
|
||||
"chain=%p: looking for a reusable %dx%d buffer "
|
||||
"among %zu potential buffers",
|
||||
(void *)chain, width, height, tll_length(chain->bufs));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue