]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_incremental/src/persist/save.rs
Spellchecking some comments
[rust.git] / compiler / rustc_incremental / src / persist / save.rs
index 9601a49267f0808c3a8605abe626eb01e8f03174..20ffde90064bfa3330bc5cd52f49114d1ec38d0b 100644 (file)
@@ -146,7 +146,7 @@ fn encode_query_cache(tcx: TyCtxt<'_>, encoder: &mut FileEncoder) -> FileEncodeR
 
 /// Builds the dependency graph.
 ///
-/// This function breates the *staging dep-graph*. When the dep-graph is modified by a query
+/// This function creates the *staging dep-graph*. When the dep-graph is modified by a query
 /// execution, the new dependency information is not kept in memory but directly
 /// output to this file. `save_dep_graph` then finalizes the staging dep-graph
 /// and moves it to the permanent dep-graph path