From ee9b69cfe0c94a297e1dea7cc4ff147d740c4294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 29 Dec 2015 09:47:20 +0800 Subject: [PATCH] doc: Fix incorrect parameter name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl Reviewed-by: Daniel Stone Reviewed-by: Marek Chalupa Reviewed-by: Derek Foreman --- 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 359c3bd5..8e7adc92 100644 --- a/src/wayland-shm.c +++ b/src/wayland-shm.c @@ -404,7 +404,7 @@ wl_shm_buffer_ref_pool(struct wl_shm_buffer *buffer) /** Unreference a shm_pool * - * \param buffer The pool object + * \param pool The pool object * * Drops a reference to a wl_shm_pool object. *