1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Fix typo in a top-of-file comment.

uxfdsock.c may have to contain a sock, but in spite of that, it is not
actually sick.
This commit is contained in:
Simon Tatham 2020-03-10 21:11:14 +00:00
parent b4e1bca2c3
commit fb80717e7e

View File

@ -1,5 +1,5 @@
/*
* uxfdsick.c: implementation of Socket that just talks to two
* uxfdsock.c: implementation of Socket that just talks to two
* existing input and output file descriptors.
*/