OSDN Git Service

* gfc-internals.texi, gfortran.texi, invoke.texi: Fix typos.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Dec 2009 00:54:44 +0000 (00:54 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Dec 2009 00:54:44 +0000 (00:54 +0000)
Follow spelling conventions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155282 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/gfc-internals.texi
gcc/fortran/gfortran.texi
gcc/fortran/invoke.texi

index 7e0a551..1d34ae8 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
index 8a55b8f..4e81210 100644 (file)
@@ -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
index e9adb3d..834e524 100644 (file)
@@ -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
index 68cc012..47cb149 100644 (file)
@@ -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