fix few typos

This commit is contained in:
klensy
2021-04-19 15:57:08 +03:00
parent 62652865b6
commit f43ee8ebf6
32 changed files with 39 additions and 39 deletions

View File

@@ -816,7 +816,7 @@ fn bcb_to_string_sections(
sections
}
/// Returns a simple string representation of a `TerminatorKind` variant, indenpendent of any
/// Returns a simple string representation of a `TerminatorKind` variant, independent of any
/// values it might hold.
pub(super) fn term_type(kind: &TerminatorKind<'tcx>) -> &'static str {
match kind {