We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d447a9 commit 00234f0Copy full SHA for 00234f0
compiler/rustc_query_system/src/dep_graph/serialized.rs
@@ -145,7 +145,7 @@ impl SerializedDepGraph {
145
146
/// A packed representation of an edge's start index and byte width.
147
///
148
-/// 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
149
/// data arrays up to a quarter of our address space. Which seems fine.
150
#[derive(Debug, Clone, Copy)]
151
struct EdgeHeader {
0 commit comments