From: Felix Yan Date: Sat, 8 Aug 2020 05:35:35 +0000 (+0000) Subject: Correct a typo in threads_win32.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04bd58ff79eba8e95f33d1feea66c10aa65fb625;p=mesa.git Correct a typo in threads_win32.h Part-of: --- diff --git a/include/c11/threads_win32.h b/include/c11/threads_win32.h index 326cfc46775..55e687cf348 100644 --- a/include/c11/threads_win32.h +++ b/include/c11/threads_win32.h @@ -51,7 +51,7 @@ Configuration macro: Max registerable TSS dtor number. */ -// XXX: Retain XP compatability +// XXX: Retain XP compatibility #if 0 #if _WIN32_WINNT >= 0x0600 // Prefer native WindowsAPI on newer environment.