projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3069c4
)
Correct a typo in threads_win32.h
author
Felix Yan
<felixonmars@archlinux.org>
Sat, 8 Aug 2020 05:35:35 +0000
(
05:35
+0000)
committer
Marge 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
patch
|
blob
|
history
diff --git
a/include/c11/threads_win32.h
b/include/c11/threads_win32.h
index 326cfc467754624bb9072e77ed127bc97f689645..55e687cf348172cd7987f746f2f6145c7e55c955 100644
(file)
--- 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 compat
a
bility
+// XXX: Retain XP compat
i
bility
#if 0
#if _WIN32_WINNT >= 0x0600
// Prefer native WindowsAPI on newer environment.