typos: Fix various typos - mainly misspelled reference* [PR99304]
authorJakub Jelinek <jakub@redhat.com>
Sun, 28 Feb 2021 10:10:44 +0000 (11:10 +0100)
committerJakub Jelinek <jakub@redhat.com>
Sun, 28 Feb 2021 10:12:57 +0000 (11:12 +0100)
commitd3805e6d575752141888dc29af7f0337df8a2f72
treedbf285b05dd478a7094e9e81c57bd6e87179efca
parentec9dc4fa0803cb85ae0b981ca0d6a406e8f6669c
typos: Fix various typos - mainly misspelled reference* [PR99304]

The PR is about a typo in handle_malloc_attribute diagnostic message,
but grepping around I found many other cases and while fixing those I've
noticed a couple of other typos.

2021-02-28  Jakub Jelinek  <jakub@redhat.com>

PR c/99304
* ipa.c (symbol_table::remove_unreachable_nodes): Fix a comment
typo - referneced -> referenced.
* tree.c (component_ref_size): Fix comment typo -
refernce -> reference.
* tree-ssa-alias.c (access_path_may_continue_p): Fix comment typo -
traling -> trailing.
(aliasing_component_refs_p): Fix comment typos -
refernce -> reference and refernece -> reference and
traling -> trailing.
(nonoverlapping_refs_since_match_p): Fix comment typo -
referneces -> references.
* doc/invoke.texi (--param modref-max-bases): Fix a typo -
referneces -> references.
gcc/c-family/
* c-attribs.c (handle_malloc_attribute): Fix a typo in inform
message - refernced -> referenced.  Remove superfluous space before
closing paren of function calls.
gcc/lto/
* lto-symtab.c (lto_symtab_prevailing_virtual_decl): Fix comment
typos - refernced -> referenced and
devirtualizaiton -> devirtualization.
gcc/c-family/c-attribs.c
gcc/doc/invoke.texi
gcc/ipa.c
gcc/lto/lto-symtab.c
gcc/tree-ssa-alias.c
gcc/tree.c