Mesa (master): Correct a typo in threads_win32.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Aug 8 13:29:25 UTC 2020


Module: Mesa
Branch: master
Commit: 04bd58ff79eba8e95f33d1feea66c10aa65fb625
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=04bd58ff79eba8e95f33d1feea66c10aa65fb625

Author: Felix Yan <felixonmars at archlinux.org>
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.



More information about the mesa-commit mailing list