Skip to content

Commit e7b7362

Browse files
authoredAug 7, 2023
Rollup merge of #114570 - ttsugriy:miri-vc-typo, r=RalfJung
[miri][typo] Fix a typo in a vector_block comment.
2 parents 06daa9e + dee4cba commit e7b7362

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)
Please sign in to comment.