diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2013-01-14 15:08:45 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2013-01-14 15:08:45 +0000 |
commit | 0089227267c027fc4420f68ae8adf2f5863ec3c9 (patch) | |
tree | 967119b7ca2f6f310aa970a49bd7a7df7a493add /gcc/config/avr/avr-devices.c | |
parent | d0ad394c5e95de3ad312be53bd6399a679b3b27d (diff) | |
download | gcc-0089227267c027fc4420f68ae8adf2f5863ec3c9.zip gcc-0089227267c027fc4420f68ae8adf2f5863ec3c9.tar.gz gcc-0089227267c027fc4420f68ae8adf2f5863ec3c9.tar.bz2 |
* Fix typos. Remove trailing blanks. Fix coding style.
From-SVN: r195151
Diffstat (limited to 'gcc/config/avr/avr-devices.c')
-rw-r--r-- | gcc/config/avr/avr-devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr-devices.c b/gcc/config/avr/avr-devices.c index d85d640..6fa700b 100644 --- a/gcc/config/avr/avr-devices.c +++ b/gcc/config/avr/avr-devices.c @@ -35,7 +35,7 @@ avr_arch_types[] = /* A M J LM E E E X R d S S O A S U M PO L L I M A a t F ff r - M L P MV P P J E M t a R s c + M L P MV P P J E M t a R s c XW M M M G P a r e h X P A D t t ID */ { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0x0060, 32, "1", "avr1" }, |