From: Reuben Thomas Date: Tue, 23 Jan 2018 08:15:49 +0000 (+0100) Subject: Fix typo in comment. X-Git-Tag: v1.0~5756 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d2d6b6044d41872e8f49a55f9fa5051bf5c8d000;p=gnulib.git Fix typo in comment. * lib/glthread/thread.h: Fix typo. --- diff --git a/lib/glthread/thread.h b/lib/glthread/thread.h index d6e19125d6..165754b4f5 100644 --- a/lib/glthread/thread.h +++ b/lib/glthread/thread.h @@ -54,7 +54,7 @@ gl_thread_exit (return_value); extern _Noreturn void gl_thread_exit (void *return_value); - Requesting custom code to be executed at fork() time(not supported on all + Requesting custom code to be executed at fork() time (not supported on all platforms): gl_thread_atfork (prepare_func, parent_func, child_func); Or with control of error handling: