Hi! This fixes a spelling mistake I found while looking at warning-control implementation.
Committed as obvious. 2022-02-25 Jakub Jelinek <ja...@redhat.com> * warning-control.cc (get_nowarn_spec): Comment spelling fix. --- gcc/warning-control.cc.jj 2022-01-17 18:05:04.861306618 +0100 +++ gcc/warning-control.cc 2022-02-25 10:21:44.231071154 +0100 @@ -98,7 +98,7 @@ get_nowarn_spec (const_tree expr) return nowarn_map ? nowarn_map->get (loc) : NULL; } -/* Return the no-warning bitmap for stateemt STMT. */ +/* Return the no-warning bitmap for statement STMT. */ static nowarn_spec_t * get_nowarn_spec (const gimple *stmt) Jakub