ipa-utils.c (ipa_merge_profiles): Fix fprintf format string typo - mistmatch -> mismatch.
authorJakub Jelinek <jakub@redhat.com>
Thu, 7 Nov 2019 23:22:41 +0000 (00:22 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 7 Nov 2019 23:22:41 +0000 (00:22 +0100)
commit4e8e460b44fa758caa8fd20b7daa24a2f29d988b
tree155d8e926ce5cd9e68af8788fd401bf2a20b85ed
parent3a99fd4dbb68c543299278c5bf5c04dfe93fc56c
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/ChangeLog
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/ipa-devirt.c
gcc/ipa-profile.c
gcc/ipa-utils.c