changeset 39224:d2880a59020a

Fix typo in comment. * lib/glthread/thread.h: Fix typo.
author Reuben Thomas <rrt@sc3d.org>
date Tue, 23 Jan 2018 09:15:49 +0100
parents c2e83c6de345
children a188a4c517c4
files lib/glthread/thread.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/glthread/thread.h	Tue Jan 23 09:13:13 2018 +0100
+++ b/lib/glthread/thread.h	Tue Jan 23 09:15:49 2018 +0100
@@ -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: