updates
authorPekka Riikonen <priikone@silcnet.org>
Wed, 20 Mar 2002 12:07:15 +0000 (12:07 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 20 Mar 2002 12:07:15 +0000 (12:07 +0000)
lib/silcutil/silcschedule.h

index 4e079cad980ab504e9eafde6ddf90d54b490c569..1b647e7082dcc71346ef6c1a61d30c5a7f68f226 100644 (file)
@@ -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
  *