mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-05 06:47:25 -04: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);
|
xassert(it->item.pix_instances == pix_instances);
|
||||||
cached = &it->item;
|
cached = &it->item;
|
||||||
} else {
|
} else {
|
||||||
/* We have multiple buffers eligable for
|
/* We have multiple buffers eligible for
|
||||||
* re-use. Pick the “youngest” one, and mark the
|
* re-use. Pick the “youngest” one, and mark the
|
||||||
* other one for purging */
|
* other one for purging */
|
||||||
if (it->item.age < cached->age) {
|
if (it->item.age < cached->age) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue