Fix comment typos
commit97089a54f7529a22ccfba3e59ba3b8192b0a5e18
authorJakub Jelinek <jakub@redhat.com>
Wed, 17 Jan 2024 10:21:18 +0000 (17 11:21 +0100)
committerJakub Jelinek <jakub@redhat.com>
Wed, 17 Jan 2024 10:21:18 +0000 (17 11:21 +0100)
tree8bafe3e09402b118591baac314ef16d7aa0271be
parentc8f10456795c84bdbf45b1612321eb1f9b3c1415
Fix comment typos

When looking at PR113410, I found a comment typo and just searched for
the same typo elsewhere and found some typos in the comments which had
that typo as well.

2024-01-17  Jakub Jelinek  <jakub@redhat.com>

* tree-into-ssa.cc (pass_build_ssa::gate): Fix comment typo,
funcions -> functions, and use were instead of was.
* gengtype.cc (dump_typekind): Fix comment typos, funcion -> function
and guaranteee -> guarantee.
* attribs.h (struct attr_access): Fix comment typo funcion -> function.
gcc/attribs.h
gcc/gengtype.cc
gcc/tree-into-ssa.cc