[PATCH] server: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Fri Dec 10 09:16:56 CST 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 server/thread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/thread.c b/server/thread.c
index 296f7a5d265..467ccd1f0db 100644
--- a/server/thread.c
+++ b/server/thread.c
@@ -33,7 +33,7 @@
 #include <time.h>
 #include <poll.h>
 #ifdef HAVE_SCHED_H
-/* FreeBSD needs this for cpu_set_t intead of its cpuset_t */
+/* FreeBSD needs this for cpu_set_t instead of its cpuset_t */
 #define _WITH_CPU_SET_T
 #include <sched.h>
 #endif
-- 
2.30.2



More information about the wine-devel mailing list