From: Ben Elliston Date: Fri, 22 May 2009 01:51:19 +0000 (+0000) Subject: * c-format.c (handle_format_attribute): Fix comment typo. X-Git-Tag: releases/gcc-4.5.0~5596 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52fc669ddf3dce75979ba8f4a348e7be0b89af1b;p=thirdparty%2Fgcc.git * c-format.c (handle_format_attribute): Fix comment typo. From-SVN: r147790 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 77cb400b8019..c8505ccaaea0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-05-22 Ben Elliston + + * c-format.c (handle_format_attribute): Fix comment typo. + 2009-05-21 Steve Ellcey PR target/37846 diff --git a/gcc/c-format.c b/gcc/c-format.c index f64cb21b459f..3c73564edfa1 100644 --- a/gcc/c-format.c +++ b/gcc/c-format.c @@ -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