Rollup merge of #114570 - ttsugriy:miri-vc-typo, r=RalfJung
[miri][typo] Fix a typo in a vector_block comment.
This commit is contained in:
commit
e7b7362af2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use std::{
|
||||||
|
|
||||||
/// 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…
Add table
Add a link
Reference in a new issue