diff mbox

[2/5] passes.texi: Fix typo in Full redundancy elimination

Message ID 1330021291-17783-3-git-send-email-rep.dot.nop@gmail.com
State New
Headers show

Commit Message

Bernhard Reutner-Fischer Feb. 23, 2012, 6:21 p.m. UTC
gcc/ChangeLog

2012-02-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

	* doc/passes.texi (Full redundancy elimination): Fix typo.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
---
 gcc/doc/passes.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Joseph Myers Feb. 23, 2012, 9:33 p.m. UTC | #1
On Thu, 23 Feb 2012, Bernhard Reutner-Fischer wrote:

> gcc/ChangeLog
> 
> 2012-02-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
> 
> 	* doc/passes.texi (Full redundancy elimination): Fix typo.

Should be committed as obvious.
Bernhard Reutner-Fischer Feb. 23, 2012, 10:18 p.m. UTC | #2
On 23 February 2012 22:33, Joseph S. Myers <joseph@codesourcery.com> wrote:
> On Thu, 23 Feb 2012, Bernhard Reutner-Fischer wrote:
>
>> gcc/ChangeLog
>>
>> 2012-02-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
>>
>>       * doc/passes.texi (Full redundancy elimination): Fix typo.
>
> Should be committed as obvious.

Presumably the same for the rest of these 5 obvious trivia that, btw,
were bootstrapped and successfully regtested on x86_64-linux-gnu with
--enable-languages=c,fortran,lto,c++ which i forgot to mention.
diff mbox

Patch

diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi
index 1fee7d9..8329ddd 100644
--- a/gcc/doc/passes.texi
+++ b/gcc/doc/passes.texi
@@ -393,7 +393,7 @@  in @file{tree-ssa-math-opts.c} and is described by
 @item Full redundancy elimination
 
 This is a simpler form of PRE that only eliminates redundancies that
-occur an all paths.  It is located in @file{tree-ssa-pre.c} and
+occur on all paths.  It is located in @file{tree-ssa-pre.c} and
 described by @code{pass_fre}.
 
 @item Loop optimization