Correct a typo in threads_win32.h
authorFelix Yan <felixonmars@archlinux.org>
Sat, 8 Aug 2020 05:35:35 +0000 (05:35 +0000)
committerMarge Bot <eric+marge@anholt.net>
Sat, 8 Aug 2020 12:55:33 +0000 (12:55 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6238>

include/c11/threads_win32.h

index 326cfc467754624bb9072e77ed127bc97f689645..55e687cf348172cd7987f746f2f6145c7e55c955 100644 (file)
@@ -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.