aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r--gcc/fortran/decl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c
index a3aa28b06df..44cd2fdbe79 100644
--- a/gcc/fortran/decl.c
+++ b/gcc/fortran/decl.c
@@ -399,7 +399,7 @@ match_old_style_init (const char *name)
}
/* Match the stuff following a DATA statement. If ERROR_FLAG is set,
- we are matching a DATA stement and are therefore issuing an error
+ we are matching a DATA statement and are therefore issuing an error
if we encounter something unexpected, if not, we're trying to match
an old-style intialization expression of the form INTEGER I /2/. */
@@ -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)