From 3edcab9344fdf3e4146c8182c02404034d7b9319 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Fri, 5 Jun 2020 14:18:18 -0300 Subject: [PATCH] Fix grammar --- lokimq/lokimq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lokimq/lokimq.h b/lokimq/lokimq.h index b85f6c4..5f51e06 100644 --- a/lokimq/lokimq.h +++ b/lokimq/lokimq.h @@ -816,8 +816,8 @@ public: void add_command_alias(std::string from, std::string to); /** Creates a "tagged thread" and starts it immediately. A tagged thread is one that batches, - * jobs, and timer jobs can be sent to by specifically, typically to perform coordination of - * some thread-unsafe work. + * jobs, and timer jobs can be sent to specifically, typically to perform coordination of some + * thread-unsafe work. * * Tagged threads will *only* process jobs sent specifically to them; they do not participate in * the thread pool used for regular jobs. Each tagged thread also has its own job queue