aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-07-28 23:46:26 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-07-28 23:46:26 +0000
commit1207ac677d44f3d8480cb764a2cf6bc60debd850 (patch)
tree2115dade0b2742dcbb00cb45718ae324eb28bb55 /gcc/fortran/symbol.c
parente417e594f101bd10bca2cf33f3b7572a98e19a8f (diff)
downloadgcc-1207ac677d44f3d8480cb764a2cf6bc60debd850.zip
gcc-1207ac677d44f3d8480cb764a2cf6bc60debd850.tar.gz
gcc-1207ac677d44f3d8480cb764a2cf6bc60debd850.tar.bz2
gfortran.h, [...]: Fix comment typos.
* gfortran.h, interface.c, resolve.c, symbol.c: Fix comment typos. * intrinsic.texi, invoke.texi: Fix typos. From-SVN: r127029
Diffstat (limited to 'gcc/fortran/symbol.c')
-rw-r--r--gcc/fortran/symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/symbol.c b/gcc/fortran/symbol.c
index 3674b31..bee66ed 100644
--- a/gcc/fortran/symbol.c
+++ b/gcc/fortran/symbol.c
@@ -3454,7 +3454,7 @@ gen_shape_param (gfc_formal_arglist **head,
of BT_INTEGER type. */
param_sym->ts.type = BT_VOID;
- /* Initialize the kind to default integer. However, it will be overriden
+ /* Initialize the kind to default integer. However, it will be overridden
during resolution to match the kind of the SHAPE parameter given as
the actual argument (to allow for any valid integer kind). */
param_sym->ts.kind = gfc_default_integer_kind;