From 637e252c012295de3d7feecb25fe2199d7eb15aa Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Tue, 8 Sep 2020 00:42:08 +0530 Subject: [PATCH] Mentioning realtime is not really required --- blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.h b/blocks.h index f587ba0..834dae3 100644 --- a/blocks.h +++ b/blocks.h @@ -7,7 +7,7 @@ * If interval is set to a negative value, the block will never be updated in the main loop. * Set signal to 0 if signalling is not required for the block. * Signal must be less than 10 for clickable blocks. - * If multiple realtime signals are pending, then the lowest numbered signal is delivered first. */ + * If multiple signals are pending, then the lowest numbered one will be delivered first. */ /* pathu - path of the program whose output is to be used for status text * pathc - path of the program to be executed on clicks */