Skip to content

Commit dee4cba

Browse files
committed
[miri][typo] Fix a typo in a vector_block comment.
1 parent 2aae331 commit dee4cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/src/concurrency/vector_clock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::{
99

1010
/// A vector clock index, this is associated with a thread id
1111
/// but in some cases one vector index may be shared with
12-
/// multiple thread ids if it safe to do so.
12+
/// multiple thread ids if it's safe to do so.
1313
#[derive(Clone, Copy, Debug, PartialOrd, Ord, PartialEq, Eq, Hash)]
1414
pub struct VectorIdx(u32);
1515

0 commit comments

Comments
 (0)