libcamera: event_dispatcher_poll: Fix trivial spelling
Correct the spelling of 'notifiers'.
Fixes: 8356f8a6ab ("libcamera: Add a poll-based event dispatcher")
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -146,7 +146,7 @@ void EventDispatcherPoll::processEvents()
|
||||
<< timeout.tv_nsec;
|
||||
}
|
||||
|
||||
/* Wait for events and process notifers and timers. */
|
||||
/* Wait for events and process notifiers and timers. */
|
||||
ret = ppoll(pollfds.data(), pollfds.size(),
|
||||
nextTimer ? &timeout : nullptr, nullptr);
|
||||
if (ret < 0) {
|
||||
|
||||
Reference in New Issue
Block a user