Skip to content

Commit 46c938c

Browse files
[libc] fix typo
1 parent f1cf11d commit 46c938c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace LIBC_NAMESPACE {
2727
namespace internal {
2828
// Lock is a simple timable lock for internal usage.
2929
// This is separated from Mutex because this one does not need to consider
30-
// rubustness and reentrancy. Also, this one has spin optimization for shorter
30+
// robustness and reentrancy. Also, this one has spin optimization for shorter
3131
// critical sections.
3232
class RawMutex {
3333
protected:

0 commit comments

Comments
 (0)