diff options
Diffstat (limited to 'gcc/fortran/parse.c')
-rw-r--r-- | gcc/fortran/parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/parse.c b/gcc/fortran/parse.c index e8dcb70..9165061 100644 --- a/gcc/fortran/parse.c +++ b/gcc/fortran/parse.c @@ -3085,7 +3085,7 @@ declSt: break; } - /* If match_deferred_characteristics failed, then there is an error. */ + /* If match_deferred_characteristics failed, then there is an error. */ if (bad_characteristic) { ts = &gfc_current_block ()->result->ts; @@ -4869,7 +4869,7 @@ add_global_program (void) } -/* Resolve all the program units. */ +/* Resolve all the program units. */ static void resolve_all_program_units (gfc_namespace *gfc_global_ns_list) { |