aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-07-07 13:15:40 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-07-07 13:15:40 +0000
commit86bf520d746a7bbacbe47520a119800d75268e01 (patch)
tree1626fc2ae5d875b358c586381c0d968e1b8da61c /gcc/fortran/interface.c
parent6ed3da0066019f8902326857ca7b9cfb5dafab89 (diff)
downloadgcc-86bf520d746a7bbacbe47520a119800d75268e01.zip
gcc-86bf520d746a7bbacbe47520a119800d75268e01.tar.gz
gcc-86bf520d746a7bbacbe47520a119800d75268e01.tar.bz2
decl.c, [...]: Fix comment typos.
* decl.c, gfortran.h, interface.c, module.c, resolve.c, trans-array.c, trans-decl.c: Fix comment typos. Follow spelling conventions. * intrinsic.texi: Fix typos. Follow spelling conventions. From-SVN: r126440
Diffstat (limited to 'gcc/fortran/interface.c')
-rw-r--r--gcc/fortran/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c
index 5586494..c50e0bf 100644
--- a/gcc/fortran/interface.c
+++ b/gcc/fortran/interface.c
@@ -1972,7 +1972,7 @@ check_some_aliasing (gfc_formal_arglist *f, gfc_actual_arglist *a)
/* Given a symbol of a formal argument list and an expression,
- return non-zero if their intents are compatible, zero otherwise. */
+ return nonzero if their intents are compatible, zero otherwise. */
static int
compare_parameter_intent (gfc_symbol *formal, gfc_expr *actual)