Codespell fixes

This commit is contained in:
Daniel Eklöf 2023-10-03 14:11:55 +02:00
parent 883368572f
commit 58d967b2f3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
9 changed files with 14 additions and 14 deletions

2
shm.c
View file

@ -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);