diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-01 04:16:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-01 04:16:52 +0000 |
commit | 69de3b838f194173cdb4292ea5866604706ab437 (patch) | |
tree | 2bde4649a6f308dd15b4fc096712f2b30ec88d8f /gcc/fortran/interface.c | |
parent | 77270e03c31adaa15b999e5c2d6d2147996f1061 (diff) | |
download | gcc-69de3b838f194173cdb4292ea5866604706ab437.zip gcc-69de3b838f194173cdb4292ea5866604706ab437.tar.gz gcc-69de3b838f194173cdb4292ea5866604706ab437.tar.bz2 |
decl.c, [...]: Fix comment typos.
* decl.c, f95-lang.c, interface.c, module.c, trans-stmt.c,
trans.h: Fix comment typos.
From-SVN: r97364
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 ecbf9a2..28dec37 100644 --- a/gcc/fortran/interface.c +++ b/gcc/fortran/interface.c @@ -763,7 +763,7 @@ operator_correspondence (gfc_formal_arglist * f1, gfc_formal_arglist * f2) /* Perform the correspondence test in rule 2 of section 14.1.2.3. - Returns zero if no argument is found that satisifes rule 2, nonzero + Returns zero if no argument is found that satisfies rule 2, nonzero otherwise. This test is also not symmetric in f1 and f2 and must be called |