From: Jakub Jelinek Date: Fri, 25 Feb 2022 10:00:39 +0000 (+0100) Subject: warning-control: Comment spelling fix X-Git-Tag: upstream/12.2.0~1310 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=873b36af995f7f02bb6153320e35649a5d33b5fd;p=platform%2Fupstream%2Fgcc.git warning-control: Comment spelling fix This fixes a spelling mistake I found while looking at warning-control implementation. 2022-02-25 Jakub Jelinek * warning-control.cc (get_nowarn_spec): Comment spelling fix. --- diff --git a/gcc/warning-control.cc b/gcc/warning-control.cc index fa39eca..0cbb4f0 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)