server: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-12-10 16:16:56 +01:00 committed by Alexandre Julliard
parent 4aa858c9ba
commit 7afb9b7d0c
1 changed files with 1 additions and 1 deletions

View File

@ -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