eis: fix a comment typo

Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/379>
This commit is contained in:
Peter Hutterer 2026-03-06 16:21:56 +10:00
parent 32abd87cc7
commit 25df541fb1

View file

@ -97,7 +97,7 @@ on_pong(struct eis_connection_ping_callback *callback)
static void
on_destroy(struct eis_connection_ping_callback *callback)
{
/* This is only called if we never receisved a pong */
/* This is only called if we never received a pong */
_unref_(eis_ping) *ping = eis_connection_ping_callback_get_user_data(callback);
/* We never got a pong because we got disconnected. Queue a fake pong event */