about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src
diff options
context:
space:
mode:
authorc8ef <c8ef@outlook.com>2024-08-20 20:50:32 +0800
committerc8ef <c8ef@outlook.com>2024-08-20 20:50:32 +0800
commit257519615227104e57b1d69bf637e0278281806c (patch)
treeccd1b602978c47a989cd212b9b00a4a372c23de9 /compiler/rustc_query_system/src
parentfdf61d499c8a8421ecf98e7924bb87caf43a9938 (diff)
downloadrust-257519615227104e57b1d69bf637e0278281806c.tar.gz
rust-257519615227104e57b1d69bf637e0278281806c.zip
fix: simple typo in compiler directory
Diffstat (limited to 'compiler/rustc_query_system/src')
-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 ff1c3431b7c..ab4a8be0fbf 100644
--- a/compiler/rustc_query_system/src/dep_graph/serialized.rs
+++ b/compiler/rustc_query_system/src/dep_graph/serialized.rs
@@ -547,7 +547,7 @@ impl<D: Deps> EncoderState<D> {
     /// Encodes a node that was promoted from the previous graph. It reads the information directly from
     /// the previous dep graph for performance reasons.
     ///
-    /// This differs from `encode_node` where you have to explictly provide the relevant `NodeInfo`.
+    /// This differs from `encode_node` where you have to explicitly provide the relevant `NodeInfo`.
     ///
     /// It expects all edges to already have a new dep node index assigned.
     #[inline]