From 931595bda573588d8529565869aafa3574179011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 15 Jul 2021 19:40:15 +0200 Subject: [PATCH] shm: codespell --- shm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shm.c b/shm.c index 064d52ec..14d14d02 100644 --- a/shm.c +++ b/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) {