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 f1cf11d commit 46c938cCopy full SHA for 46c938c
libc/src/__support/threads/linux/raw_mutex.h
@@ -27,7 +27,7 @@ namespace LIBC_NAMESPACE {
27
namespace internal {
28
// Lock is a simple timable lock for internal usage.
29
// 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
+// robustness and reentrancy. Also, this one has spin optimization for shorter
31
// critical sections.
32
class RawMutex {
33
protected:
0 commit comments