diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2009-12-16 00:54:44 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2009-12-16 00:54:44 +0000 |
commit | c7d9f803bb64218c45b7e85a9a1e0e143c025205 (patch) | |
tree | 53079ed878cb7ea6870c031223e1800b5c8a44db /gcc/fortran/gfc-internals.texi | |
parent | a4ce9883e672803a8c3fb3e41948a71864fb925e (diff) | |
download | gcc-c7d9f803bb64218c45b7e85a9a1e0e143c025205.zip gcc-c7d9f803bb64218c45b7e85a9a1e0e143c025205.tar.gz gcc-c7d9f803bb64218c45b7e85a9a1e0e143c025205.tar.bz2 |
gfc-internals.texi, [...]: Fix typos.
* gfc-internals.texi, gfortran.texi, invoke.texi: Fix typos.
Follow spelling conventions.
From-SVN: r155282
Diffstat (limited to 'gcc/fortran/gfc-internals.texi')
-rw-r--r-- | gcc/fortran/gfc-internals.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/gfc-internals.texi b/gcc/fortran/gfc-internals.texi index 8a55b8f..4e81210 100644 --- a/gcc/fortran/gfc-internals.texi +++ b/gcc/fortran/gfc-internals.texi @@ -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 |