Merge pull request #4858 from saethlin/typos-redux
src/concurrency/weak_memory.rs made -> marked
This commit is contained in:
commit
e542472c92
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ impl<'tcx> StoreBuffer {
|
|||
})
|
||||
.filter(|&store_elem| {
|
||||
if is_seqcst && store_elem.is_seqcst {
|
||||
// An SC load needs to ignore all but last store made SC (stores not marked SC are not
|
||||
// An SC load needs to ignore all but last store marked SC (stores not marked SC are not
|
||||
// affected)
|
||||
let include = !found_sc;
|
||||
found_sc = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue