Skip to content

Commit 0b1625a

Browse files
committed
Apply editorial change
1 parent 393a336 commit 0b1625a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/twin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ typedef enum _twin_icon {
448448
} twin_icon_t;
449449

450450
/*
451-
* Timeout and work procs return TWIN_TRUE to remain in the queue,
451+
* Timeout and work procs return true to remain in the queue,
452452
* timeout procs are called every 'delay' ms
453453
*/
454454
typedef twin_time_t (*twin_timeout_proc_t)(twin_time_t now, void *closure);

0 commit comments

Comments
 (0)