From 0b1625acfefd1dc479f96e339706ddfcd0caa0aa Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Sat, 5 Oct 2024 16:00:17 +0800 Subject: [PATCH] Apply editorial change --- include/twin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/twin.h b/include/twin.h index 633a239..356ccaa 100644 --- a/include/twin.h +++ b/include/twin.h @@ -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);