Fix typos in lib/

Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Closes #9237
This commit is contained in:
Andrea Gelmini
2019-09-03 02:53:27 +02:00
committed by Tony Hutter
parent 7572926bc5
commit 6673ef3f6f
16 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ tpool_worker(void *arg)
/*
* This is the worker's main loop.
* It will only be left if a timeout or an error has occured.
* It will only be left if a timeout or an error has occurred.
*/
active.tpa_tid = pthread_self();
for (;;) {