https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93864

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:71837f64ab07ed915ac333f620826668566b9cfb

commit r10-6833-g71837f64ab07ed915ac333f620826668566b9cfb
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Tue Feb 25 09:02:57 2020 +0100

    Fix typo: paramter -> parameter [PR93864]

    2020-02-25  Jakub Jelinek  <ja...@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.

Reply via email to