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 81df9ef..00d9e3d 100644 --- a/gcc/fortran/resolve.c +++ b/gcc/fortran/resolve.c @@ -371,7 +371,7 @@ resolve_structure_cons (gfc_expr * expr) /****************** Expression name resolution ******************/ /* Returns 0 if a symbol was not declared with a type or - or attribute declaration statement, nonzero otherwise. */ + attribute declaration statement, nonzero otherwise. */ static int was_declared (gfc_symbol * sym) |