From 1207ac677d44f3d8480cb764a2cf6bc60debd850 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 28 Jul 2007 23:46:26 +0000 Subject: 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 --- gcc/fortran/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/interface.c') 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 -- cgit v1.1