This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs, committed] Fix typo in ATmega128RFA1 name.
- From: Anatoly Sokolov <aesok at post dot ru>
- To: gcc-patches at gcc dot gnu dot org
- Cc: aesok at post dot ru, eweddington at cso dot atmel dot com
- Date: Sat, 31 Jan 2009 22:39:11 +0300
- Subject: [wwwdocs, committed] Fix typo in ATmega128RFA1 name.
Hello.
The latest commit in "GCC 4.4 Release Series Changes..." for the AVR target
contains a typo: the name of the "ATmega128RFA1" device is misspelled as
"ATmega128RFA".
Index: htdocs/gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.47
diff -u -r1.47 changes.html
--- htdocs/gcc-4.4/changes.html 29 Jan 2009 08:21:53 -0000 1.47
+++ htdocs/gcc-4.4/changes.html 31 Jan 2009 19:24:27 -0000
@@ -345,7 +345,7 @@
<li>ATmega64M1</li>
<li>ATmega16U4</li>
<li>ATmega32U6</li>
- <li>ATmega128RFA</li>
+ <li>ATmega128RFA1</li>
<li>AT90PWM81</li>
<li>AT90SCR100</li>
<li>M3000F</li>
Anatoly.