From 49dd16e5e9fc081b198337b0e27d61ced3cc3e7d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 5 May 2022 21:33:29 -0400 Subject: [PATCH] spelling: never Signed-off-by: Josh Soref --- src/lib/arch/IArchMultithread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/arch/IArchMultithread.h b/src/lib/arch/IArchMultithread.h index 6a57694d..8f615a97 100644 --- a/src/lib/arch/IArchMultithread.h +++ b/src/lib/arch/IArchMultithread.h @@ -187,7 +187,7 @@ public: //! Force a thread to exit /*! Causes \c thread to exit when it next calls a cancellation point. - A thread avoids cancellation as long as it nevers calls a + A thread avoids cancellation as long as it never calls a cancellation point. Once it begins the cancellation process it must always let cancellation go to completion but may take as long as necessary to clean up.