We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aae331 commit dee4cbaCopy full SHA for dee4cba
src/tools/miri/src/concurrency/vector_clock.rs
@@ -9,7 +9,7 @@ use std::{
9
10
/// A vector clock index, this is associated with a thread id
11
/// but in some cases one vector index may be shared with
12
-/// multiple thread ids if it safe to do so.
+/// multiple thread ids if it's safe to do so.
13
#[derive(Clone, Copy, Debug, PartialOrd, Ord, PartialEq, Eq, Hash)]
14
pub struct VectorIdx(u32);
15
0 commit comments