Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UNIX/UXSEL.C')
-rw-r--r--UNIX/UXSEL.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/UNIX/UXSEL.C b/UNIX/UXSEL.C
index eb3abed3..18d512ac 100644
--- a/UNIX/UXSEL.C
+++ b/UNIX/UXSEL.C
@@ -2,10 +2,10 @@
* uxsel.c
*
* This module is a sort of all-purpose interchange for file
- * descriptors. At one end it talks to uxnet.c and pty.c and
+ * descriptors. At one end it talks to network.c and pty.c and
* anything else which might have one or more fds that need
* select() or poll()-type things doing to them during an extended
- * program run; at the other end it talks to pterm.c or uxplink.c or
+ * program run; at the other end it talks to window.c or plink.c or
* anything else which might have its own means of actually doing
* those select()-type things.
*/