Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 47bf8a6

Browse files
authoredFeb 22, 2024
Rollup merge of #121401 - eltociear:patch-25, r=nnethercote
Fix typo in serialized.rs accomodate -> accommodate
2 parents 5a87e13 + 00234f0 commit 47bf8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_query_system/src/dep_graph/serialized.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ impl SerializedDepGraph {
145145

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

0 commit comments

Comments
 (0)
Please sign in to comment.