This fixes grammar and avoids "alignment value" without "an" or "the".

Applied.

Gerald

Index: gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.70
diff -u -r1.70 changes.html
--- gcc-5/changes.html  21 Jan 2015 22:04:43 -0000      1.70
+++ gcc-5/changes.html  25 Jan 2015 10:08:07 -0000
@@ -531,12 +531,12 @@
        place of the __fentry__ or mcount call, so that a call per function
        can be later patched in. This can be used for low overhead tracing or
        hot code patching.</li>
-       <li> The new <code>-malign-data=</code> option controls to how
+       <li>The new <code>-malign-data</code> option controls how
        GCC aligns variables.  <code>-malign-data=compat</code> uses
-       increased alignment value compatible with GCC 4.8 and earlier,
-       <code>-malign-data=abi</code> uses alignment value as specified by
+       increased alignment compatible with GCC 4.8 and earlier,
+       <code>-malign-data=abi</code> uses alignment as specified by
        the psABI, and <code>-malign-data=cacheline</code> uses increased
-       alignment value to match the cache line size.
+       alignment to match the cache line size.
        <code>-malign-data=compat</code> is the default.</li>
        <li>The new <code>-mskip-rax-setup</code> option skips setting
        up the RAX register when SSE is disabled and there are no variable

Reply via email to