From aa0a520157b797ee07b66b741bddafb105984734 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 6 Apr 2024 00:42:42 +0900 Subject: [PATCH] Fix typo (#344) --- src/rt/thread.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/thread.rs b/src/rt/thread.rs index f2865dd..60d818c 100644 --- a/src/rt/thread.rs +++ b/src/rt/thread.rs @@ -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