From 00234f0f688563f3db5bd73881bebbfab474b124 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 22 Feb 2024 00:33:23 +0900 Subject: [PATCH] Fix typo in serialized.rs accomodate -> accommodate --- compiler/rustc_query_system/src/dep_graph/serialized.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ pub fn node_count(&self) -> usize { /// 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 {