* c-format.c (handle_format_attribute): Fix comment typo.

From-SVN: r147790
This commit is contained in:
Ben Elliston 2009-05-22 01:51:19 +00:00 committed by Ben Elliston
parent aaf19a5069
commit 52fc669ddf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-05-22 Ben Elliston <bje@au.ibm.com>
* c-format.c (handle_format_attribute): Fix comment typo.
2009-05-21 Steve Ellcey <sje@cup.hp.com>
PR target/37846

View File

@ -2865,7 +2865,7 @@ handle_format_attribute (tree *node, tree ARG_UNUSED (name), tree args,
}
/* If this is a custom GCC-internal format type, we have to
initialize certain bits a runtime. */
initialize certain bits at runtime. */
if (info.format_type == asm_fprintf_format_type
|| info.format_type == gcc_gfc_format_type
|| info.format_type == gcc_diag_format_type