summaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-01 04:16:52 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-01 04:16:52 +0000
commitfe06c0d5a84d750acde9d5b1b2209e9fb608e7f8 (patch)
tree2bde4649a6f308dd15b4fc096712f2b30ec88d8f /gcc/fortran/interface.c
parent9293d8bd235a4d65eee27e7ec93bb66f0330d32a (diff)
downloadgcc-fe06c0d5a84d750acde9d5b1b2209e9fb608e7f8.tar.gz
* decl.c, f95-lang.c, interface.c, module.c, trans-stmt.c,
trans.h: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97364 138bc75d-0d04-0410-961f-82ee72b054a4
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 ecbf9a27aac..28dec37a271 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