Commit c7d9f803 by Kazu Hirata Committed by Kazu Hirata

gfc-internals.texi, [...]: Fix typos.

	* gfc-internals.texi, gfortran.texi, invoke.texi: Fix typos.
	Follow spelling conventions.

From-SVN: r155282
parent a4ce9883
2009-12-16 Kazu Hirata <kazu@codesourcery.com>
* gfc-internals.texi, gfortran.texi, invoke.texi: Fix typos.
Follow spelling conventions.
2009-12-15 Tobias Burnus <burnus@net-b.de>
Daniel Franke <franke.daniel@gmail.com>
......
......@@ -425,7 +425,7 @@ the type, rank and, if applicable, shape of the whole expression or expression
tree of which the current structure is the root. @code{where} is the locus of
this expression in the source code.
Depending on the flavour of the expression being described by the object
Depending on the flavor of the expression being described by the object
(that is, the value of its @code{expr_type} member), the corresponding structure
in the @code{value} union will usually contain additional data describing the
expression's value in a type-specific manner. The @code{ref} member is used to
......
......@@ -1911,7 +1911,7 @@ all C features have a Fortran equivalent or vice versa. For instance,
neither C's unsigned integers nor C's functions with variable number
of arguments have an equivalent in Fortran.
Note that array dimensions are reversely orded in C and that arrays in
Note that array dimensions are reversely ordered in C and that arrays in
C always start with index 0 while in Fortran they start by default with
1. Thus, an array declaration @code{A(n,m)} in Fortran matches
@code{A[m][n]} in C and accessing the element @code{A(i,j)} matches
......
......@@ -761,7 +761,7 @@ check that the declared interfaces are consistent across program units.
Warn if @command{gfortran} finds a procedure named like an intrinsic not
available in the currently selected standard (with @option{-std}) and treats
it as @code{EXTERNAL} procedure because of this. @option{-fall-intrinsics} can
be used to never trigger this behaviour and always link to the intrinsic
be used to never trigger this behavior and always link to the intrinsic
regardless of the selected standard.
@item -Wsurprising
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment