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/resolve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/resolve.c') diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c index 8898009..afa1ed8 100644 --- a/gcc/fortran/resolve.c +++ b/gcc/fortran/resolve.c @@ -2394,7 +2394,7 @@ gfc_iso_c_sub_interface (gfc_code *c, gfc_symbol *sym) } else if (sym->intmod_sym_id == ISOCBINDING_ASSOCIATED) { - /* TODO: Figure out if this is even reacable; this part of the + /* TODO: Figure out if this is even reachable; this part of the conditional may not be necessary. */ int num_args = 0; if (c->ext.actual->next == NULL) -- cgit v1.1