diff options
Diffstat (limited to 'gcc/fortran/resolve.c')
-rw-r--r-- | gcc/fortran/resolve.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |