Francois Gouget : server: Fix the spelling of a comment.
Module: wine Branch: master Commit: 7afb9b7d0c77ba6feae1198c6f421a7067e1479f URL: https://source.winehq.org/git/wine.git/?a=commit;h=7afb9b7d0c77ba6feae1198c6... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Dec 10 16:16:56 2021 +0100 server: Fix the spelling of a comment. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)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
participants (1)
-
Alexandre Julliard