invoke.texi: Fixed "denormal" typo.
authorBrooks Moses <bmoses@stanford.edu>
Fri, 20 Oct 2006 03:29:05 +0000 (03:29 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Fri, 20 Oct 2006 03:29:05 +0000 (20:29 -0700)
* invoke.texi: Fixed "denormal" typo.

From-SVN: r117899

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index e2c2bcfdc5b1585eee19048b7965c765de52fb24..dbd01a679074d905fee9bd6a5932f651daeeeb1c 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-19  Brooks Moses  <bmoses@stanford.edu>
+
+       * invoke.texi: Fixed "denormal" typo.
+
 2006-10-19  Paul Thomas <pault@gcc.gnu.org>
 
        PR fortran/29216
index 44f5b2a5a91a05ce44e52514a40ab2c4c241aa7f..51554a5ddcff8fa2e14548828bb9c47c9947db2b 100644 (file)
@@ -553,7 +553,7 @@ point operation, such as @code{sqrt(-1.0)}), @samp{zero} (division by
 zero), @samp{overflow} (overflow in a floating point operation),
 @samp{underflow} (underflow in a floating point operation),
 @samp{precision} (loss of precision during operation) and @samp{denormal}
-(operation produced a denormal denormal value).
+(operation produced a denormal value).
 @end table
 
 @xref{Debugging Options,,Options for Debugging Your Program or GCC,