OSDN Git Service

* c-format.c (handle_format_attribute): Fix comment typo.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 May 2009 01:51:19 +0000 (01:51 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 May 2009 01:51:19 +0000 (01:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147790 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-format.c

index 77cb400..c8505cc 100644 (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
 2009-05-21  Steve Ellcey  <sje@cup.hp.com>
 
        PR target/37846
index f64cb21..3c73564 100644 (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
     }
 
   /* 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
   if (info.format_type == asm_fprintf_format_type
       || info.format_type == gcc_gfc_format_type
       || info.format_type == gcc_diag_format_type