about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <eltociear@gmail.com>2024-02-22 00:33:23 +0900
committerGitHub <noreply@github.com>2024-02-22 00:33:23 +0900
commit00234f0f688563f3db5bd73881bebbfab474b124 (patch)
tree0f987e576c10db098c0bf43052e91ce09eb544cb /compiler/rustc_query_system/src/dep_graph
parent1d447a9946effc38c4b964a888ab408a3df3c246 (diff)
Fix typo in serialized.rs
accomodate -> accommodate
Diffstat (limited to 'compiler/rustc_query_system/src/dep_graph')
-rw-r--r--compiler/rustc_query_system/src/dep_graph/serialized.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/dep_graph/serialized.rs b/compiler/rustc_query_system/src/dep_graph/serialized.rs
index f6f6aa07cb3..3272a0ed167 100644
--- a/compiler/rustc_query_system/src/dep_graph/serialized.rs
+++ b/compiler/rustc_query_system/src/dep_graph/serialized.rs
@@ -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 {