diff options
author | Sylvain Pion <Sylvain.Pion@sophia.inria.fr> | 2004-09-17 19:24:17 +0200 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-09-17 17:24:17 +0000 |
commit | 254ea84c129481587eae80d78783b08d8d6cd507 (patch) | |
tree | 5437fb506ae4ee2b7c31a6ba4c690729b6701fba /gcc/doc | |
parent | 4cdf72233bf62dc514506547a73231914d50c42f (diff) | |
download | gcc-254ea84c129481587eae80d78783b08d8d6cd507.zip gcc-254ea84c129481587eae80d78783b08d8d6cd507.tar.gz gcc-254ea84c129481587eae80d78783b08d8d6cd507.tar.bz2 |
* doc/extend.texi: Fix duplicated word.
From-SVN: r87657
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 3724e6b..af5b9d1 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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 |