]> Savannah Git Hosting - gnulib.git/commitdiff
Fix typo in comment.
authorReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2018 08:15:49 +0000 (09:15 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jan 2018 08:15:49 +0000 (09:15 +0100)
* lib/glthread/thread.h: Fix typo.

lib/glthread/thread.h

index d6e19125d69d09b9da9c5d585460c52bfd0c66ef..165754b4f53dfcaf7f03e56c9251547b4661accf 100644 (file)
@@ -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: