Skip to content

Commit

Permalink
Apply editorial change
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Oct 5, 2024
1 parent 393a336 commit 0b1625a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/twin.h
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ typedef enum _twin_icon {
} twin_icon_t;

/*
* Timeout and work procs return TWIN_TRUE to remain in the queue,
* Timeout and work procs return true to remain in the queue,
* timeout procs are called every 'delay' ms
*/
typedef twin_time_t (*twin_timeout_proc_t)(twin_time_t now, void *closure);
Expand Down

0 comments on commit 0b1625a

Please sign in to comment.