Fix typo in comment: 'polll' to 'poll'

Corrected a typo in the comment block, changing 'polll' to 'poll'.

Change-Id: I8f276d8a7f07114b323bf0c79e797e355dad1547
Reviewed-by: David Edmundson <davidedmundson@kde.org>
This commit is contained in:
YAMAMOTO Atsushi 2024-10-31 19:33:21 +09:00
parent 43d385e949
commit 1893303955

View File

@ -190,7 +190,7 @@ protected:
if (fds[0].revents & POLLIN)
wl_display_read_events(m_wldisplay);
// The polll was succesfull and the event thread did the wl_display_read_events(). On the next iteration of the loop
// The poll was succesfull and the event thread did the wl_display_read_events(). On the next iteration of the loop
// the event sent to the main thread will cause it to dispatch the messages just read, unless the loop exits in which
// case we don't care anymore about them.
else