Skip to content

Commit

Permalink
[NFC][sanitizer] Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Dec 7, 2021
1 parent 3415b1c commit aa407c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/lib/sanitizer_common/sanitizer_stack_store.cpp
Expand Up @@ -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_));
}
Expand Down

0 comments on commit aa407c1

Please sign in to comment.