https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93796
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:8def1d525c52f0f7fccd90f3c4624a8fe6c42882 commit r10-6688-g8def1d525c52f0f7fccd90f3c4624a8fe6c42882 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Feb 18 08:54:52 2020 +0100 Typo fixes - functoin -> function [PR93796] 2020-02-18 Jakub Jelinek <ja...@redhat.com> PR driver/93796 * params.opt (-param=ipa-max-switch-predicate-bounds=): Fix help typo, functoin -> function. * tree.c (free_lang_data_in_decl): Fix comment typo, functoin -> function. * ipa-visibility.c (cgraph_externally_visible_p): Likewise.