fix comment typo in wlr_text_input_v3.h

fixes #3951
This commit is contained in:
Chris Ever 2025-03-14 15:23:07 +00:00 committed by chirsz-ever
parent 954dba3968
commit ba7ac3efe5
No known key found for this signature in database
GPG Key ID: FF0569CF49B33CE3

View File

@ -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 {