Fix grammar

This commit is contained in:
Jason Rhinelander 2020-06-05 14:18:18 -03:00
parent ae8dd27cdd
commit 3edcab9344
1 changed files with 2 additions and 2 deletions

View File

@ -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