diff --git a/gcc/warning-control.cc b/gcc/warning-control.cc index fa39ecab421..0cbb4f079fa 100644 --- a/gcc/warning-control.cc +++ b/gcc/warning-control.cc @@ -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)