shm: codespell: re-using -> reusing

This commit is contained in:
Daniel Eklöf 2025-01-22 07:50:49 +01:00
parent 09f718878f
commit 5e65f3f07e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
shm.c
View file

@ -608,7 +608,7 @@ shm_get_buffer(struct buffer_chain *chain, int width, int height, bool with_alph
}
if (cached != NULL) {
LOG_DBG("re-using buffer %p from cache", (void *)cached);
LOG_DBG("reusing buffer %p from cache", (void *)cached);
cached->busy = true;
for (size_t i = 0; i < cached->public.pix_instances; i++)
pixman_region32_clear(&cached->public.dirty[i]);