[libcamera-devel] [PATCH 5/5] libcamera: event_dispatcher_poll: Fix trivial spelling
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Thu Jan 17 21:43:18 CET 2019
Hi Kieran,
Thank you for the patch.
On Thu, Jan 17, 2019 at 08:20:43PM +0000, Kieran Bingham wrote:
> Correct the spelling of 'notifiers'.
>
> Fixes: 8356f8a6ab87 ("libcamera: Add a poll-based event dispatcher")
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart 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) {
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list