diff --git a/src/libcamera/event_dispatcher_poll.cpp b/src/libcamera/event_dispatcher_poll.cpp
index 69edfcbf2725..2072ae0aa3da 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) {
