aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pugl/pugl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h
index 17fa3de..38d93b7 100644
--- a/include/pugl/pugl.h
+++ b/include/pugl/pugl.h
@@ -688,7 +688,7 @@ typedef enum {
/**
Set up support for threads if necessary.
- - X11: Calls XInitThreads() which is required for some drivers.
+ X11: Calls XInitThreads() which is required for some drivers.
*/
PUGL_WORLD_THREADS = 1u << 0u
} PuglWorldFlag;