Skip to content

Commit 00234f0

Browse files
authored
Fix typo in serialized.rs
accomodate -> accommodate
1 parent 1d447a9 commit 00234f0

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

+1-1
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)