summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-31 03:35:59 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-31 03:35:59 +0000
commit019b84d1d5168ba85bbb03100a8d21c626b08d50 (patch)
tree4a9a3042b265c45ef3d880b27a3a9ce5c5c7bf27
parent2f7ab72cbd7b2748048ca74f9fbc7a5347730ec0 (diff)
downloadgcc-019b84d1d5168ba85bbb03100a8d21c626b08d50.tar.gz
* simplify.c, trans-array.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121373 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/simplify.c4
-rw-r--r--gcc/fortran/trans-array.c2
3 files changed, 7 insertions, 3 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 649a6c87c81..f8b33dd88f2 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-31 Kazu Hirata <kazu@codesourcery.com>
+
+ * simplify.c, trans-array.c: Fix comment typos.
+
2007-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* invoke.texi (Code Gen Options): Fix abbreviation typo.
diff --git a/gcc/fortran/simplify.c b/gcc/fortran/simplify.c
index 0ceb0227af6..8c6847ba6d7 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)
diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c
index 00a9a1435e4..03c24d6d517 100644
--- a/gcc/fortran/trans-array.c
+++ b/gcc/fortran/trans-array.c
@@ -1516,7 +1516,7 @@ gfc_build_constant_array_constructor (gfc_expr * expr, tree type)
nelem++;
}
- /* Next detemine the tree type for the array. We use the gfortran
+ /* Next determine the tree type for the array. We use the gfortran
front-end's gfc_get_nodesc_array_type in order to create a suitable
GFC_ARRAY_TYPE_P that may be used by the scalarizer. */