[miri][typo] Fix a typo in a vector_block comment.

This commit is contained in:
Taras Tsugrii 2023-08-06 21:44:55 -07:00
parent 2aae331706
commit dee4cba955

View File

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