[libcamera-devel] [PATCH 5/5] libcamera: event_dispatcher_poll: Fix trivial spelling

Kieran Bingham kieran.bingham at ideasonboard.com
Thu Jan 17 21:20:43 CET 2019


Correct the spelling of 'notifiers'.

Fixes: 8356f8a6ab87 ("libcamera: Add a poll-based event dispatcher")
Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
 src/libcamera/event_dispatcher_poll.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {
-- 
2.17.1



More information about the libcamera-devel mailing list