chiark / gitweb /
Change spelling of `multiplexor'. ;-)
authormdw <mdw>
Sat, 22 May 1999 13:39:15 +0000 (13:39 +0000)
committermdw <mdw>
Sat, 22 May 1999 13:39:15 +0000 (13:39 +0000)
sel.h

diff --git a/sel.h b/sel.h
index 1fc014821f3a6845040d541188b5e688109fecf7..8d121ef4bbed5b5f8bf134ffaad28e64d49835c0 100644 (file)
--- 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