aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2020-02-25 09:02:57 +0100
committerJakub Jelinek <jakub@redhat.com>2020-02-25 09:02:57 +0100
commit71837f64ab07ed915ac333f620826668566b9cfb (patch)
treef9b75100600d6ff5b653cc6c19b6c3e5757292dd /gcc/fortran
parent267cca3d20139ecea6b023ef0d5767ecf703e93a (diff)
downloadgcc-71837f64ab07ed915ac333f620826668566b9cfb.zip
gcc-71837f64ab07ed915ac333f620826668566b9cfb.tar.gz
gcc-71837f64ab07ed915ac333f620826668566b9cfb.tar.bz2
Fix typo: paramter -> parameter [PR93864]
2020-02-25 Jakub Jelinek <jakub@redhat.com> PR translation/93864 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Fix comment typo paramter -> parameter. * config/aarch64/aarch64.c (aarch64_is_extend_from_extract): Likewise. * ipa-prop.h (struct ipa_agg_replacement_value): Likewise. * intrinsic.texi (CO_BROADCAST): Fix typo, paramter -> parameter. * trans-array.c (gfc_allocate_pdt_comp, gfc_deallocate_pdt_comp, gfc_check_pdt_dummy): Fix comment typo paramter -> parameter. * objc.dg/encode-2.m: Fix comment typo paramter -> parameter. * obj-c++.dg/encode-4.mm: Likewise. * gfortran.dg/data_array_5.f90: Likewise. * gcc.dg/decl-1.c: Likewise.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog9
-rw-r--r--gcc/fortran/intrinsic.texi2
-rw-r--r--gcc/fortran/trans-array.c6
3 files changed, 12 insertions, 5 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 5759689..bb27356 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,5 +1,12 @@
+2020-02-25 Jakub Jelinek <jakub@redhat.com>
+
+ PR translation/93864
+ * intrinsic.texi (CO_BROADCAST): Fix typo, paramter -> parameter.
+ * trans-array.c (gfc_allocate_pdt_comp, gfc_deallocate_pdt_comp,
+ gfc_check_pdt_dummy): Fix comment typo paramter -> parameter.
+
2020-02-24 Mark Eggleston <mark.eggleston@codethink.com>
- Steven G. Kargl <kargl@gcc.gnu.org>
+ Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/93835
* decl.c (gfc_match_data) : Check whether the data expression
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
index 36ca4e7..a1ecf59 100644
--- a/gcc/fortran/intrinsic.texi
+++ b/gcc/fortran/intrinsic.texi
@@ -3693,7 +3693,7 @@ Collective subroutine
@item @emph{Arguments}:
@multitable @columnfractions .20 .65
@item @var{A} @tab INTENT(INOUT) argument; shall have the same
-dynamic type and type paramters on all images of the current team. If it
+dynamic type and type parameters on all images of the current team. If it
is an array, it shall have the same shape on all images.
@item @var{SOURCE_IMAGE} @tab a scalar integer expression.
It shall have the same the same value on all images and refer to an
diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c
index 0449d28..65ba84c 100644
--- a/gcc/fortran/trans-array.c
+++ b/gcc/fortran/trans-array.c
@@ -9846,7 +9846,7 @@ gfc_copy_only_alloc_comp (gfc_symbol * der_type, tree decl, tree dest, int rank)
}
-/* Recursively traverse an object of paramterized derived type, generating
+/* Recursively traverse an object of parameterized derived type, generating
code to allocate parameterized components. */
tree
@@ -9862,7 +9862,7 @@ gfc_allocate_pdt_comp (gfc_symbol * der_type, tree decl, int rank,
return res;
}
-/* Recursively traverse an object of paramterized derived type, generating
+/* Recursively traverse an object of parameterized derived type, generating
code to deallocate parameterized components. */
tree
@@ -9873,7 +9873,7 @@ gfc_deallocate_pdt_comp (gfc_symbol * der_type, tree decl, int rank)
}
-/* Recursively traverse a dummy of paramterized derived type to check the
+/* Recursively traverse a dummy of parameterized derived type to check the
values of LEN parameters. */
tree