mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
Codespell fixes
This commit is contained in:
parent
883368572f
commit
58d967b2f3
9 changed files with 14 additions and 14 deletions
2
shm.c
2
shm.c
|
|
@ -555,7 +555,7 @@ shm_get_buffer(struct buffer_chain *chain, int width, int height)
|
|||
cached = buf;
|
||||
else {
|
||||
/* We have multiple buffers eligible for
|
||||
* re-use. Pick the “youngest” one, and mark the
|
||||
* reuse. Pick the “youngest” one, and mark the
|
||||
* other one for purging */
|
||||
if (buf->public.age < cached->public.age) {
|
||||
shm_unref(&cached->public);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue