diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-07-28 23:46:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-07-28 23:46:26 +0000 |
commit | 1207ac677d44f3d8480cb764a2cf6bc60debd850 (patch) | |
tree | 2115dade0b2742dcbb00cb45718ae324eb28bb55 /gcc/fortran/interface.c | |
parent | e417e594f101bd10bca2cf33f3b7572a98e19a8f (diff) | |
download | gcc-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/interface.c')
-rw-r--r-- | gcc/fortran/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c index b46e114..4160fd6 100644 --- a/gcc/fortran/interface.c +++ b/gcc/fortran/interface.c @@ -1400,7 +1400,7 @@ get_sym_storage_size (gfc_symbol *sym) /* Returns the storage size of an expression (actual argument) or zero if it cannot be determined. For an array element, it returns - the remaing size as the element sequence consists of all storage + the remaining size as the element sequence consists of all storage units of the actual argument up to the end of the array. */ static unsigned long |