From 4e8e460b44fa758caa8fd20b7daa24a2f29d988b Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 8 Nov 2019 00:22:41 +0100 Subject: ipa-utils.c (ipa_merge_profiles): Fix fprintf format string typo - mistmatch -> mismatch. * ipa-utils.c (ipa_merge_profiles): Fix fprintf format string typo - mistmatch -> mismatch. * ipa-profile.c (ipa_profile): Likewise. * ipa-devirt.c (compare_virtual_tables): Fix a comment typo - mistmatch -> mismatch. cp/ * init.c (build_vec_delete_1): Fix a comment typo - mist -> must. From-SVN: r277933 --- gcc/ipa-devirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ipa-devirt.c') diff --git a/gcc/ipa-devirt.c b/gcc/ipa-devirt.c index 4a73ba1..d1c462a 100644 --- a/gcc/ipa-devirt.c +++ b/gcc/ipa-devirt.c @@ -808,7 +808,7 @@ compare_virtual_tables (varpool_node *prevailing, varpool_node *vtable) return; } - /* And in the last case we have either mistmatch in between two virtual + /* And in the last case we have either mismatch in between two virtual methods or two virtual table pointers. */ auto_diagnostic_group d; if (warning_at (DECL_SOURCE_LOCATION -- cgit v1.1