mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
shm: codespell
This commit is contained in:
parent
a486851bdd
commit
931595bda5
1 changed files with 1 additions and 1 deletions
2
shm.c
2
shm.c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue