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:
Jakub Jelinek 2022-02-25 11:00:39 +01:00
parent 526fbcfa63
commit 873b36af99

View File

@ -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)