This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [patch] fortran: Fix comment typos.


Kazu Hirata wrote:
Committed as obvious.
[...]
Index: fortran/gfortran.texi
===================================================================
--- fortran/gfortran.texi	(revision 106531)
+++ fortran/gfortran.texi	(working copy)
@@ -780,7 +780,7 @@ are stored as byte strings, one characte
 @command{gfortran} supports Hollerith constants. They can be used as the right
 hands in the @code{DATA} statement and @code{ASSIGN} statement, also as the
 arguments. The left hands can be of Integer, Real, Complex and Logical type.
-The constant will be padded or trancated to fit the size of left hand.
+The constant will be padded or truncated to fit the size of left hand.

FWIW, this section also really ought to be edited to convert "right hand" and "left hand" to the proper terms: "right-hand side" and "left-hand side".


- Brooks (who really needs to get his copyright assignment in, so he can work on that sort of thing.)


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