Francois Gouget : server: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Fri Dec 10 15:07:51 CST 2021


Module: wine
Branch: master
Commit: 7afb9b7d0c77ba6feae1198c6f421a7067e1479f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7afb9b7d0c77ba6feae1198c6f421a7067e1479f

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec 10 16:16:56 2021 +0100

server: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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




More information about the wine-cvs mailing list