diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-09-22 10:45:06 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2020-09-22 10:45:06 +0200 |
commit | 46a274154786678e037fdce5dacd0305cddba0f9 (patch) | |
tree | 543941019db85a32b280b314c50a657bbdb08085 /gcc/params.opt | |
parent | 466b907fad91075c1ac80acedd3314b190d52cc6 (diff) | |
download | gcc-46a274154786678e037fdce5dacd0305cddba0f9.zip gcc-46a274154786678e037fdce5dacd0305cddba0f9.tar.gz gcc-46a274154786678e037fdce5dacd0305cddba0f9.tar.bz2 |
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.
Diffstat (limited to 'gcc/params.opt')
-rw-r--r-- | gcc/params.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.opt b/gcc/params.opt index 3c64daf..dcf5e02 100644 --- a/gcc/params.opt +++ b/gcc/params.opt @@ -882,7 +882,7 @@ Maximum number of refs stored in each modref tree. -param=modref-max-tests= Common Joined UInteger Var(param_modref_max_tests) Init(64) -Maximum number of tests perofmed by modref query. +Maximum number of tests performed by modref query. -param=tm-max-aggregate-size= Common Joined UInteger Var(param_tm_max_aggregate_size) Init(9) Param Optimization |