We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393a336 commit 0b1625aCopy full SHA for 0b1625a
include/twin.h
@@ -448,7 +448,7 @@ typedef enum _twin_icon {
448
} twin_icon_t;
449
450
/*
451
- * Timeout and work procs return TWIN_TRUE to remain in the queue,
+ * Timeout and work procs return true to remain in the queue,
452
* timeout procs are called every 'delay' ms
453
*/
454
typedef twin_time_t (*twin_timeout_proc_t)(twin_time_t now, void *closure);
0 commit comments