updates.
[crypto.git] / lib / silcutil / silcschedule_i.h
index a1db680eb5c7a01bdceae04dc5d2d5f3f25eb1e5..7e2b6026cf14bf95a228cdd2a127b64b4ea78b86 100644 (file)
@@ -26,7 +26,7 @@
 /* Schedule FD structure. Includes the file descriptors that the scheduler
    will listen. This is given as argument to the silc_select function. */
 typedef struct {
-  SilcUInt32 fd;                       /* The file descriptor (or handle on WIN32) */
+  SilcUInt32 fd;                       /* The file descriptor (or handle on WIN32) */
   SilcUInt16 events;           /* Mask of task events, if events is 0 then
                                   the fd must be omitted. */
   SilcUInt16 revents;          /* Returned events mask */