summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libcamera/event_dispatcher_poll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/event_dispatcher_poll.cpp b/src/libcamera/event_dispatcher_poll.cpp
index 69edfcbf..2072ae0a 100644
--- a/src/libcamera/event_dispatcher_poll.cpp
+++ b/src/libcamera/event_dispatcher_poll.cpp
@@ -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) {