match-and-simplify.texi: Fix wording.
authorRichard Biener <rguenther@suse.de>
Tue, 15 Sep 2015 07:33:15 +0000 (07:33 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 15 Sep 2015 07:33:15 +0000 (07:33 +0000)
2015-09-15  Richard Biener  <rguenther@suse.de>

* doc/match-and-simplify.texi: Fix wording.

From-SVN: r227778

gcc/ChangeLog
gcc/doc/match-and-simplify.texi

index 16862d057cb6ba860b7e37690d9f9edefeef2c3d..29d778da720e72a7fc4d3504b4475c1fef63cdb9 100644 (file)
@@ -1,3 +1,7 @@
+2015-09-15  Richard Biener  <rguenther@suse.de>
+
+       * doc/match-and-simplify.texi: Fix wording.
+
 2015-09-15  Bin Cheng  <bin.cheng@arm.com>
 
        * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Strip
index 2bf232041511ae3a0dc2213dd3c3b472d8a699f3..c5c2b7ec3c747c8beb25969a62ae20d9ad40e175 100644 (file)
@@ -228,7 +228,7 @@ preprocessor directives.
   (bit_and @@1 @@0))
 @end smallexample
 
-Here we introduce flags on match expressions.  There used flag
+Here we introduce flags on match expressions.  The flag used
 above, @code{c}, denotes that the expression should
 be also matched commutated.  Thus the above match expression
 is really the following four match expressions: