aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/frontend-passes.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-04-22 11:32:29 +0200
committerMartin Liska <mliska@suse.cz>2021-04-22 16:36:54 +0200
commit3bb6a9c01f1e9b5daf9b37fca57e90804ba90d66 (patch)
treefba7b3a553c4f6843ef0d1ac5a24890d1d2ea5c5 /gcc/fortran/frontend-passes.c
parentae2f6e01749f39b8b8ccc211fc29e5e6ec8b57cd (diff)
downloadgcc-3bb6a9c01f1e9b5daf9b37fca57e90804ba90d66.zip
gcc-3bb6a9c01f1e9b5daf9b37fca57e90804ba90d66.tar.gz
gcc-3bb6a9c01f1e9b5daf9b37fca57e90804ba90d66.tar.bz2
Fix various typos.
PR testsuite/100159 PR testsuite/100192 gcc/ChangeLog: * builtins.c (expand_builtin): Fix typos and missing comments. * dwarf2out.c (gen_subprogram_die): Likewise. (gen_struct_or_union_type_die): Likewise. gcc/fortran/ChangeLog: * frontend-passes.c (optimize_expr): Fix typos and missing comments. gcc/testsuite/ChangeLog: * g++.dg/template/nontype29.C: Fix typos and missing comments. * gcc.dg/Warray-bounds-64.c: Likewise. * gcc.dg/Warray-parameter.c: Likewise. * gcc.dg/Wstring-compare.c: Likewise. * gcc.dg/format/gcc_diag-11.c: Likewise. * gfortran.dg/array_constructor_3.f90: Likewise. * gfortran.dg/matmul_bounds_9.f90: Likewise. * gfortran.dg/pr78033.f90: Likewise. * gfortran.dg/pr96325.f90: Likewise.
Diffstat (limited to 'gcc/fortran/frontend-passes.c')
-rw-r--r--gcc/fortran/frontend-passes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/frontend-passes.c b/gcc/fortran/frontend-passes.c
index 7d3eae6..93ac4b4 100644
--- a/gcc/fortran/frontend-passes.c
+++ b/gcc/fortran/frontend-passes.c
@@ -373,7 +373,7 @@ optimize_expr (gfc_expr **e, int *walk_subtrees ATTRIBUTE_UNUSED,
return 0;
}
-/* Auxiliary function to handle the arguments to reduction intrnisics. If the
+/* Auxiliary function to handle the arguments to reduction intrinsics. If the
function is a scalar, just copy it; otherwise returns the new element, the
old one can be freed. */