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:
Matthias Krüger 2023-08-07 16:47:57 +02:00 committed by GitHub
commit e7b7362af2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ use std::{
/// 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);