Hi all,

This fixes a typo and removes the "with cases" from "as a switch statement with cases" as that's redundant.
Checked output on Firefox.

Committing as obvious.

Thanks,
Kyrill

Index: htdocs/gcc-9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.44
diff -U 3 -r1.44 changes.html
--- htdocs/gcc-9/changes.html	26 Feb 2019 11:14:42 -0000	1.44
+++ htdocs/gcc-9/changes.html	26 Feb 2019 12:25:28 -0000
@@ -75,7 +75,7 @@
       (jump table, bit test, decision tree) for a subset of switch cases.
   </li>
   <li>
-      A linear function expression defined as ia switch statement with cases
+      A linear function expression defined as a switch statement
       can be transformed by <a href="https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-ftree-switch-conversion";><code>-ftree-switch-conversion</code></a>.  For example:
     <blockquote><pre class="blackbg">
 int

Reply via email to