From ba7ac3efe52743fce261543eb34cf5d5dfed1661 Mon Sep 17 00:00:00 2001 From: Chris Ever Date: Fri, 14 Mar 2025 15:23:07 +0000 Subject: [PATCH] fix comment typo in wlr_text_input_v3.h fixes #3951 --- include/wlr/types/wlr_text_input_v3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wlr/types/wlr_text_input_v3.h b/include/wlr/types/wlr_text_input_v3.h index 77f7a672e..4bc4dbbd9 100644 --- a/include/wlr/types/wlr_text_input_v3.h +++ b/include/wlr/types/wlr_text_input_v3.h @@ -75,7 +75,7 @@ struct wlr_text_input_manager_v3 { struct { struct wl_signal text_input; // struct wlr_text_input_v3 - struct wl_signal destroy; // struct wlr_input_method_manager_v3 + struct wl_signal destroy; // struct wlr_text_input_manager_v3 } events; struct {