]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix various comment typos
authorJakub Jelinek <jakub@redhat.com>
Tue, 30 Sep 2025 14:11:56 +0000 (16:11 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 30 Sep 2025 14:12:46 +0000 (16:12 +0200)
commit6e624833cbe0a7479564fbe3294e10c9d4746a2e
tree8da0108ad00751480caf17912a674bf01b22c4fa
parentab015c2a0ce2c33f1963bf47d2d437affdf264ff
Fix various comment typos

The following patch fixes various comment typos.

2025-09-30  Jakub Jelinek  <jakub@redhat.com>

gcc/
* auto-profile.h (maybe_hot_afdo_count_p): Fix comment typos,
possiby -> possibly and ture -> true.
* gimplify.cc (build_asan_poison_call_expr): Change "of a for"
to "memory of the" in a comment.
* ipa-devirt.cc (add_type_duplicate): Fix comment typo,
mangles -> mangled.
* auto-profile.cc: Fix comment typo, -fauto-profile-inlinig
-> -fauto-profile-inlining.
(maybe_hot_afdo_count_p): Fix comment typos, possiby -> possibly
and ture -> true.
(function_instance::removed_icall_target): Fix comment typo,
Reutrn -> Return.
(function_instance::in_worklist_): Fix comment typo, Ture -> True.
(function_instance::offline): Fix comment typo, tolevel -> toplevel.
(function_instance::match): Fix comment typo, craeate_gcov ->
create_gcov.
(autofdo_source_profile::offline_external_functions): Fix comment
typos, tolevel -> toplevel and porfile -> profile.
(autofdo_source_profile::get_function_instance_by_inline_stack): Fix
comment typo, chekcing -> checking.
(struct scale): Fix comment typo, scalle -> scale.
* gimple.h (currently_expanding_gimple_stmt): Fix comment typo,
comminucating -> communicating.
* tree.h (canonical_type_used_p): Fix comment typo, ture -> true.
* tree-ssa-alias.cc (types_equal_for_same_type_for_tbaa_p): Likewise.
* ipa-profile.cc (contains_hot_call_p): Likewise.
* cfgexpand.cc (add_scope_conflicts_2): Fix comment typos,
Querry -> Query, referendd -> referenced and Querrying -> Querying.
* ipa-param-manipulation.cc (currently_expanding_gimple_stmt): Fix
comment typo, comminucating -> communicating.
* ipa-prop.cc (ipa_cst_ref_desc::refcount): Fix comment typo,
if -> is.
* tree-if-conv.cc (version_loop_for_if_conversion): Fix comment typos,
porfile -> profile and confistency -> consistency.
* fold-const.cc: Change size_int_wide in comment to size_int as
size_int_wide doesn't exit for 21 years.
gcc/testsuite/
* gcc.dg/vect/tsvc/vect-tsvc-s1244.c (s1244): Fix comment typo,
ture -> true.
* gcc.dg/vect/tsvc/vect-tsvc-s2244.c (s2244): Likewise.
15 files changed:
gcc/auto-profile.cc
gcc/auto-profile.h
gcc/cfgexpand.cc
gcc/fold-const.cc
gcc/gimple.h
gcc/gimplify.cc
gcc/ipa-devirt.cc
gcc/ipa-param-manipulation.cc
gcc/ipa-profile.cc
gcc/ipa-prop.cc
gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s1244.c
gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s2244.c
gcc/tree-if-conv.cc
gcc/tree-ssa-alias.cc
gcc/tree.h