X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_incremental%2Fsrc%2Fpersist%2Fsave.rs;h=20ffde90064bfa3330bc5cd52f49114d1ec38d0b;hb=7e8201ae0a57ef63b876cf2bf9ae388426f1dda5;hp=9601a49267f0808c3a8605abe626eb01e8f03174;hpb=4de99e187c0e389449d96db847d5d9ad68259954;p=rust.git diff --git a/compiler/rustc_incremental/src/persist/save.rs b/compiler/rustc_incremental/src/persist/save.rs index 9601a49267f..20ffde90064 100644 --- a/compiler/rustc_incremental/src/persist/save.rs +++ b/compiler/rustc_incremental/src/persist/save.rs @@ -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