Skip to content

Commit edb8330

Browse files
[libc] fix typo
1 parent 29c123a commit edb8330

File tree

1 file changed

+1
-1
lines changed
  • libc/src/__support/threads/linux

1 file changed

+1
-1
lines changed

libc/src/__support/threads/linux/mutex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Mutex final : private internal::RawMutex {
2525
unsigned char robust;
2626
unsigned char pshared;
2727

28-
// TLS address may not work across forked processes. Use thead id instead.
28+
// TLS address may not work across forked processes. Use thread id instead.
2929
pid_t owner;
3030
unsigned long long lock_count;
3131

0 commit comments

Comments
 (0)