aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wayland-server-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h
index c2dcc21..586ecfb 100644
--- a/src/wayland-server-core.h
+++ b/src/wayland-server-core.h
@@ -391,7 +391,7 @@ wl_client_set_max_buffer_size(struct wl_client *client, size_t max_buffer_size);
* object destruction.
*
* Clients should create wl_listener objects manually and can register them as
- * listeners to signals using #wl_signal_add, assuming the signal is
+ * listeners to signals using wl_signal_add(), assuming the signal is
* directly accessible. For opaque structs like wl_event_loop, adding a
* listener should be done through provided accessor methods. A listener can
* only listen to one signal at a time.