Skip to content

Commit

Permalink
Merge pull request apple#7 from e28eta/patch-2
Browse files Browse the repository at this point in the history
Update documentation typo: double ‘the’
  • Loading branch information
lorentey committed Oct 2, 2020
2 parents d07c2a5 + ad1fb15 commit f585014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Atomics/AtomicMemoryOrderings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extension AtomicLoadOrdering {

/// An acquiring load synchronizes with a releasing operation whose
/// value its reads. It ensures that the releasing and acquiring
/// threads agree that all subsequent variable accesses on the the
/// threads agree that all subsequent variable accesses on the
/// acquring thread happen after the atomic operation itself.
///
/// This value corresponds to `std::memory_order_acquire` in C++.
Expand Down

0 comments on commit f585014

Please sign in to comment.