* invoke.texi: Fixed "denormal" typo.
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Oct 2006 03:29:05 +0000 (03:29 +0000)
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Oct 2006 03:29:05 +0000 (03:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117899 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e2c2bcf..dbd01a6 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 44f5b2a..51554a5 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,