Spellchecking some comments
This PR attempts to clean up some minor spelling mistakes in comments
This commit is contained in:
parent
600ec28483
commit
7e8201ae0a
48 changed files with 61 additions and 61 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue