Fix typo
Change-Id: Ic80446b21443a025a4d4877730ef097ba39ca66d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169752 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
63f36e4b76
commit
c910d8cd67
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ namespace cppu_threadpool
|
|||
}
|
||||
|
||||
/******************
|
||||
* This methods lets the thread wait a certain amount of time. If within this timespan
|
||||
* This method lets the thread wait a certain amount of time. If within this timespan
|
||||
* a new request comes in, this thread is reused. This is done only to improve performance,
|
||||
* it is not required for threadpool functionality.
|
||||
******************/
|
||||
|
|
Loading…
Reference in a new issue