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 7bb7c6d commit 436947eCopy full SHA for 436947e
libc/src/__support/aba_ptr.h
@@ -63,7 +63,7 @@ template <class T, bool IsAtomic> struct AbaPtrImpl {
63
64
LIBC_INLINE T *get() const {
65
if constexpr (IsAtomic) {
66
- // Weak micro-architectures typically reguards simultaneous partial word
+ // Weak micro-architectures typically regards simultaneous partial word
67
// loading and full word loading as a race condition. While there are
68
// implementations that uses racy read anyway, we still load the whole
69
// word to avoid any complications.
0 commit comments