[gcc r12-7387] warning-control: Comment spelling fix
Jakub Jelinek
jakub@gcc.gnu.org
Fri Feb 25 10:01:29 GMT 2022
https://gcc.gnu.org/g:873b36af995f7f02bb6153320e35649a5d33b5fd
commit r12-7387-g873b36af995f7f02bb6153320e35649a5d33b5fd
Author: Jakub Jelinek <jakub@redhat.com>
Date: Fri Feb 25 11:00:39 2022 +0100
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.
Diff:
---
gcc/warning-control.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
More information about the Gcc-cvs
mailing list