Rollup merge of #121401 - eltociear:patch-25, r=nnethercote

Fix typo in serialized.rs

accomodate -> accommodate
This commit is contained in:
Matthias Krüger 2024-02-22 18:09:54 +01:00 committed by GitHub
commit 47bf8a6c28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,7 @@ impl SerializedDepGraph {
/// A packed representation of an edge's start index and byte width.
///
/// This is packed by stealing 2 bits from the start index, which means we only accomodate edge
/// This is packed by stealing 2 bits from the start index, which means we only accommodate edge
/// data arrays up to a quarter of our address space. Which seems fine.
#[derive(Debug, Clone, Copy)]
struct EdgeHeader {