Module: Mesa Branch: master Commit: 04bd58ff79eba8e95f33d1feea66c10aa65fb625 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04bd58ff79eba8e95f33d1feea66c10aa65fb625
Author: Felix Yan <[email protected]> Date: Sat Aug 8 05:35:35 2020 +0000 Correct a typo in threads_win32.h Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6238> --- include/c11/threads_win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
