From 9ec01ab2dc08c1c60ec4fcf7df8defa652c52ae8 Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Tue, 20 May 2025 21:30:56 +0200 Subject: [PATCH] shm: Linkify wl_shm_pool_unref in the ref_pool documentation Signed-off-by: Sebastian Wick --- src/wayland-shm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-shm.c b/src/wayland-shm.c index 9b3aac61..d22353c6 100644 --- a/src/wayland-shm.c +++ b/src/wayland-shm.c @@ -503,7 +503,7 @@ wl_shm_buffer_get_height(const struct wl_shm_buffer *buffer) * Returns a pointer to a buffer's shm_pool and increases the * shm_pool refcount. * - * The compositor must remember to call wl_shm_pool_unref when + * The compositor must remember to call wl_shm_pool_unref() when * it no longer needs the reference to ensure proper destruction * of the pool. *