We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c123a commit edb8330Copy full SHA for edb8330
libc/src/__support/threads/linux/mutex.h
@@ -25,7 +25,7 @@ class Mutex final : private internal::RawMutex {
25
unsigned char robust;
26
unsigned char pshared;
27
28
- // TLS address may not work across forked processes. Use thead id instead.
+ // TLS address may not work across forked processes. Use thread id instead.
29
pid_t owner;
30
unsigned long long lock_count;
31
0 commit comments