From 41d7810436c54bcdfb364f5490649709798006e1 Mon Sep 17 00:00:00 2001 From: Sebastian Fricke Date: Wed, 7 Apr 2021 07:31:40 +0200 Subject: libcamera: thread: Fix typo in comment s/This method enter/This method enters/ Signed-off-by: Sebastian Fricke Reviewed-by: Jacopo Mondi Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/libcamera/thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libcamera/thread.cpp b/src/libcamera/thread.cpp index 6f2cd39f..198670de 100644 --- a/src/libcamera/thread.cpp +++ b/src/libcamera/thread.cpp @@ -296,7 +296,7 @@ void Thread::startThread() /** * \brief Enter the event loop * - * This method enter an event loop based on the event dispatcher instance for + * This method enters an event loop based on the event dispatcher instance for * the thread, and blocks until the exit() method is called. It is meant to be * called within the thread from the run() method and shall not be called * outside of the thread. -- cgit v1.2.1