This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Fortran] spell "float" correctly


Committed as obvious.  Although the previous commit was
also committed as obvious :-)

2006-03-28  Steven G. Kargl  <kargls@comcast.net>

        * intrinsic.texi: s/floor/float in previous commit.

Index: intrinsic.texi
===================================================================
--- intrinsic.texi	(revision 112472)
+++ intrinsic.texi	(working copy)
@@ -2846,7 +2846,7 @@ end program test_fdate
 @node FLOAT
 @section @code{FLOAT} --- Convert integer to default real
 @findex @code{FLOAT} intrinsic
-@cindex floor
+@cindex float
 
 @table @asis
 @item @emph{Description}:

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]