From 7afb9b7d0c77ba6feae1198c6f421a7067e1479f Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 10 Dec 2021 16:16:56 +0100 Subject: [PATCH] server: Fix the spelling of a comment. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- 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 #include #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 #endif