diff --git a/dlls/ntdll/signal_i386.c b/dlls/ntdll/signal_i386.c index bfc9c45aa10..727223dcf2a 100644 --- a/dlls/ntdll/signal_i386.c +++ b/dlls/ntdll/signal_i386.c @@ -105,7 +105,7 @@ struct kernel_sigaction #ifndef SYS_sigaction # ifndef __NR_sigaction -# error The sigaction syscall is part of the Linux i386 ABI, but your headers don't define it. Please raise a bug with your distribution. +# error The sigaction syscall is part of the Linux i386 ABI, but your headers does not define it. Please raise a bug with your distribution. # endif # define SYS_sigaction __NR_sigaction #endif