shm: codespell

This commit is contained in:
Daniel Eklöf 2021-07-15 19:40:15 +02:00
parent a486851bdd
commit 931595bda5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
shm.c
View file

@ -495,7 +495,7 @@ shm_get_buffer(struct wl_shm *shm, int width, int height, unsigned long cookie,
xassert(it->item.pix_instances == pix_instances);
cached = &it->item;
} else {
/* We have multiple buffers eligable for
/* We have multiple buffers eligible for
* re-use. Pick the youngest one, and mark the
* other one for purging */
if (it->item.age < cached->age) {