aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/simplify.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/simplify.c')
-rw-r--r--gcc/fortran/simplify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/simplify.c b/gcc/fortran/simplify.c
index 0ceb022..8c6847b 100644
--- a/gcc/fortran/simplify.c
+++ b/gcc/fortran/simplify.c
@@ -242,7 +242,7 @@ gfc_simplify_abs (gfc_expr *e)
}
/* We use the processor's collating sequence, because all
- sytems that gfortran currently works on are ASCII. */
+ systems that gfortran currently works on are ASCII. */
gfc_expr *
gfc_simplify_achar (gfc_expr *e)
@@ -1195,7 +1195,7 @@ gfc_simplify_huge (gfc_expr *e)
}
/* We use the processor's collating sequence, because all
- sytems that gfortran currently works on are ASCII. */
+ systems that gfortran currently works on are ASCII. */
gfc_expr *
gfc_simplify_iachar (gfc_expr *e)