]> git.pond.sub.org Git - empserver/blobdiff - doc/threads
fairland: Tidy up comments
[empserver] / doc / threads
index be5b50b7434eaf82623895d578c2893c73dde50c..d65a09e949a2b528b813c5d2a6905cfd7351313d 100644 (file)
@@ -50,7 +50,7 @@ The server has seven basic threads:
                while the update is in progress.
        select:
                This thread and its interface provides a mechanism for
-               other threads to deschedule until either a file descriptor
+               other threads to deschedule until either a file descriptor
                is read/write ready, or a particular amount of time has passed.
                When the select thread actually runs, the whole process
                blocks until the select system call returns.  However,