From bd6f0a84bcd5505e2c5b1286c2bee99b8d507918 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 20 Mar 2002 12:07:15 +0000 Subject: [PATCH] updates --- lib/silcutil/silcschedule.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/silcutil/silcschedule.h b/lib/silcutil/silcschedule.h index 4e079cad..1b647e70 100644 --- a/lib/silcutil/silcschedule.h +++ b/lib/silcutil/silcschedule.h @@ -590,12 +590,12 @@ void silc_schedule_unset_listen_fd(SilcSchedule schedule, SilcUInt32 fd); * signal system will not work without calling silc_schedule_signal_call * function. The specified `signal' value will be also delivered to * the `callback' as the fd-argument. The event type in the callback - * will be SILC_TASK_INTERRUPT. It is safe to use any SILC routines, + * will be SILC_TASK_INTERRUPT. It is safe to use any SILC routines * in the `callback' since it is actually called after the signal really * happened. * * On platform that does not support signals calling this function has - * not effect. + * no effect. * * EXAMPLE * -- 2.43.0