Skip to content

Commit

Permalink
Rollup merge of rust-lang#121401 - eltociear:patch-25, r=nnethercote
Browse files Browse the repository at this point in the history
Fix typo in serialized.rs

accomodate -> accommodate
  • Loading branch information
matthiaskrgr authored Feb 22, 2024
2 parents 24e8155 + 00234f0 commit 8bf05b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_query_system/src/dep_graph/serialized.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8bf05b1

Please sign in to comment.