diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2002-09-17 02:26:05 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-09-17 02:26:05 -0700 |
commit | 34bdc2473cd4064f5af53c29e557bd38c9fa17e4 (patch) | |
tree | eb4ccdf3675dffc32ad39be1141914650f16e048 | |
parent | 07532fad028474b38d707adf3a839feea9faf853 (diff) | |
download | gcc-34bdc2473cd4064f5af53c29e557bd38c9fa17e4.zip gcc-34bdc2473cd4064f5af53c29e557bd38c9fa17e4.tar.gz gcc-34bdc2473cd4064f5af53c29e557bd38c9fa17e4.tar.bz2 |
Fix typo.
From-SVN: r57244
-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 d3e3ece..68b306c 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -4890,7 +4890,7 @@ Similar to @code{__builtin_nan}, except the return type is @code{long double}. @deftypefn {Built-in Function} double __builtin_nans (const char *str) Similar to @code{__builtin_nan}, except the significand is forced to be a signaling NaN. The @code{nans} function is proposed by -@uref{http://std.dkuug.dk/JTC1/SC22/WG14/www/docs/n965.htm,,WG14 N956}. +@uref{http://std.dkuug.dk/JTC1/SC22/WG14/www/docs/n965.htm,,WG14 N965}. @end deftypefn @deftypefn {Built-in Function} float __builtin_nansf (const char *str) |