diff mbox

[wwwdocs] IPA and LTO updates

Message ID 20101127102356.GO3555@gmx.de
State New
Headers show

Commit Message

Ralf Wildenhues Nov. 27, 2010, 10:23 a.m. UTC
* Gerald Pfeifer wrote on Mon, Nov 22, 2010 at 12:11:32AM CET:
> Thanks, Jan.  I threw in a couple of linguistic changes and markup
> fixes (<code> instead of <tt> and some real one) and committed the
> thusly updated version.

I overlooked a couple of typos in my review, sorry about that.
Fixed as obvious.

Thanks,
Ralf

Fix typos in release notes.
diff mbox

Patch

--- changes.html	23 Nov 2010 18:39:32 -0000	1.71
+++ changes.html	27 Nov 2010 10:22:41 -0000
@@ -67,7 +67,7 @@ 
            <em>n</em> specifies the number of compilations to execute in
            parallel.  GCC can also cooperate with a GNU make job server
            by specifying the <code>-flto=jobserver</code> option and
-           adding <code>+</code> to the to the beginning of the of
+           adding <code>+</code> to the beginning of the of
            the Makefile rule executing the linker.</li>
         <li>A large number of bugs were fixed.  GCC itself, Mozilla
            Firefox and other other large applications can be built with
@@ -88,7 +88,7 @@ 
            inlined into a single function.
            This can significantly improve startup times of large C++
            applications where static constructors are very common. For
-           example, static contructors are used when including the
+           example, static constructors are used when including the
            <code>iostream</code> header.</li>
       </ul>
       </li>