Merge pull request #122 from asvrada/patch-1

Fix typo in thpool.c
This commit is contained in:
Manos 2023-12-18 11:38:15 +01:00 committed by GitHub
commit 5ee62a1cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ static void thread_hold(int sig_id) {
/* What each thread is doing
*
* In principle this is an endless loop. The only time this loop gets interuppted is once
* In principle this is an endless loop. The only time this loop gets interrupted is once
* thpool_destroy() is invoked or the program exits.
*
* @param thread thread that will run this function