diff mbox

[wwwdocs] Fix grammar in Android entry of 4.6 release notes

Message ID alpine.LNX.2.00.1011071433130.10295@acrux.dbai.tuwien.ac.at
State New
Headers show

Commit Message

Gerald Pfeifer Nov. 7, 2010, 1:47 p.m. UTC
On Sun, 7 Nov 2010, Maxim Kuvyrkov wrote:
> Kernel is not the only thing Android uses from GNU, but it's close to 
> that.  I think changing the header to "Android" would look better, I 
> can't say why I didn't write so in the first place.

Thanks for the background.   Let's change names then. ;-)

Installed.

Gerald
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.57
diff -u -3 -p -r1.57 changes.html
--- changes.html	6 Nov 2010 21:17:25 -0000	1.57
+++ changes.html	7 Nov 2010 13:32:49 -0000
@@ -340,14 +340,13 @@  supported on several Xilinx Spartan and 
 
 <h2 id="os">Operating Systems</h2>
 
-<h3 id="Linux">Linux</h3>
+<h3 id="android">Android</h3>
   <ul>
     <li>GCC now supports the Bionic C library and provides a convenient
       way of building native libraries and applications for the Android
       platform.
-      Refer to the documentation of the <code>-mandroid</code>
-      and <code>-mbionic</code> options for details on building native code
-      for the Android platform.
+      Refer to the documentation of the <code>-mandroid</code> and
+      <code>-mbionic</code> options for details on building native code.
       At the moment, Android support is enabled only for ARM.</li>
   </ul>