Fix some typos
authorJakub Jelinek <jakub@redhat.com>
Tue, 22 Sep 2020 08:45:06 +0000 (10:45 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 22 Sep 2020 08:45:06 +0000 (10:45 +0200)
commit46a274154786678e037fdce5dacd0305cddba0f9
tree543941019db85a32b280b314c50a657bbdb08085
parent466b907fad91075c1ac80acedd3314b190d52cc6
Fix some typos

2020-09-22  Jakub Jelinek  <jakub@redhat.com>

gcc/
* params.opt (--param=modref-max-tests=): Fix typo in help text:
perofmed -> performed.
* common.opt: Fix typo: incrmeental -> incremental.
* ipa-modref.c: Fix typos: recroding -> recording, becaue -> because,
analsis -> analysis.
(class modref_summaries): Fix typo: betweehn -> between.
(analyze_call): Fix typo: calle -> callee.
(read_modref_records): Fix typo: expcted -> expected.
(pass_ipa_modref::execute): Fix typo: calle -> callee.
gcc/c-family/
* c.opt (Wbuiltin-declaration-mismatch): Fix typo in variable name:
warn_builtin_declaraion_mismatch -> warn_builtin_declaration_mismatch.
gcc/c-family/c.opt
gcc/common.opt
gcc/ipa-modref.c
gcc/params.opt