forked from OSchip/llvm-project
[NFC][sanitizer] Fix typo in comment
This commit is contained in:
parent
3415b1ca63
commit
aa407c102d
|
@ -109,7 +109,7 @@ void StackStore::TestOnlyUnmap() {
|
|||
|
||||
uptr *StackStore::BlockInfo::Get() const {
|
||||
// Idiomatic double-checked locking uses memory_order_acquire here. But
|
||||
// relaxed is find for us, justification is similar to
|
||||
// relaxed is fine for us, justification is similar to
|
||||
// TwoLevelMap::GetOrCreate.
|
||||
return reinterpret_cast<uptr *>(atomic_load_relaxed(&data_));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue