From fb80717e7e7ed10c86523ebc4b325f1079a6b24d Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 10 Mar 2020 21:11:14 +0000 Subject: [PATCH] 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. --- unix/uxfdsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/uxfdsock.c b/unix/uxfdsock.c index e0d436e2..7697d995 100644 --- a/unix/uxfdsock.c +++ b/unix/uxfdsock.c @@ -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. */