diff options
author | Georg-Johann Lay <gjl@gcc.gnu.org> | 2012-06-06 16:40:06 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2012-06-06 16:40:06 +0000 |
commit | 9ee5885b8632a4275601190da0692541d27fd3bd (patch) | |
tree | df46b244f452ed9a185d6473c030878265f34799 /gcc/config/avr | |
parent | 560c33e0ba4501cbf2d60465ee70773cd7e1affd (diff) | |
download | gcc-9ee5885b8632a4275601190da0692541d27fd3bd.zip gcc-9ee5885b8632a4275601190da0692541d27fd3bd.tar.gz gcc-9ee5885b8632a4275601190da0692541d27fd3bd.tar.bz2 |
Fix comments
From-SVN: r188270
Diffstat (limited to 'gcc/config/avr')
-rw-r--r-- | gcc/config/avr/avr-log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/avr/avr-log.c b/gcc/config/avr/avr-log.c index 3c4bccf..828c5ef 100644 --- a/gcc/config/avr/avr-log.c +++ b/gcc/config/avr/avr-log.c @@ -34,9 +34,9 @@ with a printf-like interface. The functions are called through macros avr_edump or avr_fdump from avr-protos.h: - avr_edump (const char * fmt, ...); + avr_edump (const char *fmt, ...); - avr_fdump (FILE * stream, const char * fmt, ...); + avr_fdump (FILE *stream, const char *fmt, ...); avr_edump (fmt, ...) is a shortcut for avr_fdump (stderr, fmt, ...) |