warning-control: Comment spelling fix
authorJakub Jelinek <jakub@redhat.com>
Fri, 25 Feb 2022 10:00:39 +0000 (11:00 +0100)
committerJakub Jelinek <jakub@redhat.com>
Fri, 25 Feb 2022 10:00:39 +0000 (11:00 +0100)
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.

gcc/warning-control.cc

index fa39eca..0cbb4f0 100644 (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)