mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
warning-control: Comment spelling fix
This fixes a spelling mistake I found while looking at warning-control implementation. 2022-02-25 Jakub Jelinek <jakub@redhat.com> * warning-control.cc (get_nowarn_spec): Comment spelling fix.
This commit is contained in:
parent
526fbcfa63
commit
873b36af99
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user