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 cc948b13d8e..44cd2fdbe79 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -2444,7 +2444,7 @@ gfc_match_subroutine (void) } -/* Return nonzero if we're currenly compiling a contained procedure. */ +/* Return nonzero if we're currently compiling a contained procedure. */ static int contained_procedure (void) |