aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-16 16:00:45 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-16 16:00:45 +0000
commit1f2959f06e9093dfc6e717e0839988046883b8bb (patch)
treed4390e21373fcfa884178f5708c587e4da66100a /gcc/fortran/interface.c
parentd1f05f931e1689f7a0811acc39379831d40dcea9 (diff)
downloadgcc-1f2959f06e9093dfc6e717e0839988046883b8bb.zip
gcc-1f2959f06e9093dfc6e717e0839988046883b8bb.tar.gz
gcc-1f2959f06e9093dfc6e717e0839988046883b8bb.tar.bz2
array.c, [...]: Fix comment typos.
* array.c, data.c, decl.c, dependency.c, error.c, f95-lang.c, interface.c, intrinsic.c, io.c, misc.c, module.c, parse.h, resolve.c, scanner.c, trans-array.c, trans-array.h, trans-common.c, trans-const.h, trans-decl.c, trans-expr.c, trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.c, trans.h: Fix comment typos. Follow spelling conventions. From-SVN: r87605
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 abff6a1..72d2e5c 100644
--- a/gcc/fortran/interface.c
+++ b/gcc/fortran/interface.c
@@ -1623,7 +1623,7 @@ find_sym_in_symtree (gfc_symbol * sym)
/* This subroutine is called when an expression is being resolved.
The expression node in question is either a user defined operator
- or an instrinsic operator with arguments that aren't compatible
+ or an intrinsic operator with arguments that aren't compatible
with the operator. This subroutine builds an actual argument list
corresponding to the operands, then searches for a compatible
interface. If one is found, the expression node is replaced with