[miri][typo] Fix a typo in a vector_block comment.
This commit is contained in:
parent
2aae331706
commit
dee4cba955
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/// A vector clock index, this is associated with a thread id
|
/// A vector clock index, this is associated with a thread id
|
||||||
/// but in some cases one vector index may be shared with
|
/// 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)]
|
#[derive(Clone, Copy, Debug, PartialOrd, Ord, PartialEq, Eq, Hash)]
|
||||||
pub struct VectorIdx(u32);
|
pub struct VectorIdx(u32);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user