diff options
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r-- | gcc/fortran/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index 9288ab9..ce47150 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -3229,7 +3229,7 @@ syntax: /* Match a module procedure statement. Note that we have to modify symbols in the parent's namespace because the current one was there - to receive symbols that are in a interface's formal argument list. */ + to receive symbols that are in an interface's formal argument list. */ match gfc_match_modproc (void) |