]> gcc.gnu.org Git - gcc.git/commitdiff
* doc/extend.texi: Fix duplicated word.
authorSylvain Pion <Sylvain.Pion@sophia.inria.fr>
Fri, 17 Sep 2004 17:24:17 +0000 (19:24 +0200)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 17 Sep 2004 17:24:17 +0000 (17:24 +0000)
From-SVN: r87657

gcc/ChangeLog
gcc/doc/extend.texi

index e76f92209a67df8be6ca162a397b145ff70e243d..e4fea29d23db9d125fc03754a9029ed19ea07f73 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
index 3724e6b5a58dade6d6b90a1331a7cb5de1f73799..af5b9d1775518e32b5772adb15d0247b4d020914 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
-@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
This page took 0.087367 seconds and 5 git commands to generate.