aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/format/ext-4.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/format/ext-4.c')
-rw-r--r--gcc/testsuite/gcc.dg/format/ext-4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/format/ext-4.c b/gcc/testsuite/gcc.dg/format/ext-4.c
index db8250067b0..c11c0ada7de 100644
--- a/gcc/testsuite/gcc.dg/format/ext-4.c
+++ b/gcc/testsuite/gcc.dg/format/ext-4.c
@@ -8,7 +8,7 @@
void
foo (char **sp, wchar_t **lsp)
{
- /* %a formats for allocation, only recognised in C90 mode, are a
+ /* %a formats for allocation, only recognized in C90 mode, are a
GNU extension. Followed by other characters, %a is not treated
specially.
*/