mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-04-03 15:10:39 +02:00
eis: fix a comment typo
Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/379>
This commit is contained in:
parent
32abd87cc7
commit
25df541fb1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue