OSDN Git Service

* doc/extend.texi: Fix duplicated word.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 2004 17:24:17 +0000 (17:24 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 2004 17:24:17 +0000 (17:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87657 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/extend.texi

index e76f922..e4fea29 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-17  Sylvain Pion  <Sylvain.Pion@sophia.inria.fr>
+
+        * doc/extend.texi: Fix duplicated word.
+
 2004-09-17  Toon Moene  <toon@moene.indiv.nluug.nl>
 
        * doc/invoke.texi: Remove stray explanation on
 2004-09-17  Toon Moene  <toon@moene.indiv.nluug.nl>
 
        * doc/invoke.texi: Remove stray explanation on
index 3724e6b..af5b9d1 100644 (file)
@@ -2128,7 +2128,7 @@ __attribute__ ((sentinel(0)))
 
 The attribute is automatically set with a position of 0 for the built-in
 functions @code{execl} and @code{execlp}.  The built-in function
 
 The attribute is automatically set with a position of 0 for the built-in
 functions @code{execl} and @code{execlp}.  The built-in function
-@code{execle} has the attribute set set with a position of 1.
+@code{execle} has the attribute set with a position of 1.
 
 A valid @code{NULL} in this context is defined as zero with any pointer
 type.  If your system defines the @code{NULL} macro with an integer type
 
 A valid @code{NULL} in this context is defined as zero with any pointer
 type.  If your system defines the @code{NULL} macro with an integer type