From: Pekka Riikonen Date: Wed, 20 Mar 2002 12:07:15 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.8.2~1 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=bd6f0a84bcd5505e2c5b1286c2bee99b8d507918 updates --- 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 *