Commit 52fc669d by Ben Elliston Committed by Ben Elliston

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

From-SVN: r147790
parent aaf19a50
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> 2009-05-21 Steve Ellcey <sje@cup.hp.com>
PR target/37846 PR target/37846
......
...@@ -2865,7 +2865,7 @@ handle_format_attribute (tree *node, tree ARG_UNUSED (name), tree args, ...@@ -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 /* 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 if (info.format_type == asm_fprintf_format_type
|| info.format_type == gcc_gfc_format_type || info.format_type == gcc_gfc_format_type
|| info.format_type == gcc_diag_format_type || info.format_type == gcc_diag_format_type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment