Skip to content

Commit

Permalink
Fix typo (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 5, 2024
1 parent 6a03bf0 commit aa0a520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub(crate) struct Thread {
/// Tracks observed causality
pub causality: VersionVec,

/// Tracks the the view of the lastest release fence
/// Tracks the view of the lastest release fence
pub released: VersionVec,

/// Tracks DPOR relations
Expand Down

0 comments on commit aa0a520

Please sign in to comment.