X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/64cc9e7ab19cc3edb7f57c9d4389e94846852f96..d6232a7ab090c78fe4633d73c0d228bb713fb0ec:/sel.h diff --git a/sel.h b/sel.h index 1fc0148..8d121ef 100644 --- a/sel.h +++ b/sel.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sel.h,v 1.3 1999/05/17 20:36:36 mdw Exp $ + * $Id: sel.h,v 1.4 1999/05/22 13:39:15 mdw Exp $ * * I/O multiplexing support * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: sel.h,v $ + * Revision 1.4 1999/05/22 13:39:15 mdw + * Change spelling of `multiplexor'. ;-) + * * Revision 1.3 1999/05/17 20:36:36 mdw * Make the selector type symbols an enumeration rather than a bunch of * #defines. @@ -121,7 +124,7 @@ typedef struct sel_timer { void *p; } sel_timer; -/* --- A multiplexer --- * +/* --- A multiplexor --- * * * The files are sorted in reverse order of file descriptor number; the * timers are in normal order of occurrence. Thus, the interesting one