Fix comments
authorGeorg-Johann Lay <gjl@gcc.gnu.org>
Wed, 6 Jun 2012 16:40:06 +0000 (16:40 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Wed, 6 Jun 2012 16:40:06 +0000 (16:40 +0000)
From-SVN: r188270

gcc/config/avr/avr-log.c

index 3c4bccfa282b79cd2cacbe630370880102ff2a15..828c5effb3813916d5b4248229af58c7c1a2afa1 100644 (file)
@@ -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, ...)