aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dump-parse-tree.cc
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2022-03-07 17:20:52 +0100
committerTobias Burnus <tobias@codesourcery.com>2022-03-07 17:20:52 +0100
commite3ca3e7993696affe95a3ea24c2b133c14a056e4 (patch)
tree4f61d79979da599849628008060ac91480ad4d87 /gcc/fortran/dump-parse-tree.cc
parenta86ca83a1b1817457837540e0bc8dd26db75407c (diff)
downloadgcc-e3ca3e7993696affe95a3ea24c2b133c14a056e4.zip
gcc-e3ca3e7993696affe95a3ea24c2b133c14a056e4.tar.gz
gcc-e3ca3e7993696affe95a3ea24c2b133c14a056e4.tar.bz2
Fortran: Fix typos
gcc/fortran/ChangeLog: * array.cc (gfc_ref_dimen_size): Fix comment typo. * dump-parse-tree.cc (gfc_dump_c_prototypes): Likewise. * frontend-passes.cc (cfe_code): Likewise. * gfortran.texi: Likewise. * resolve.cc (generate_component_assignments): Likewise. * simplify.cc (gfc_simplify_this_image): Likewise. * trans-expr.cc (trans_scalar_class_assign, gfc_maybe_dereference_var): Likewise. * intrinsic.texi: Remove word duplication. * invoke.texi: Likewise.
Diffstat (limited to 'gcc/fortran/dump-parse-tree.cc')
-rw-r--r--gcc/fortran/dump-parse-tree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/dump-parse-tree.cc b/gcc/fortran/dump-parse-tree.cc
index 322416e..3635460 100644
--- a/gcc/fortran/dump-parse-tree.cc
+++ b/gcc/fortran/dump-parse-tree.cc
@@ -3543,7 +3543,7 @@ gfc_dump_c_prototypes (gfc_namespace *ns, FILE *file)
gfc_traverse_ns (ns, write_interop_decl);
}
-/* Loop over all global symbols, writing out their declrations. */
+/* Loop over all global symbols, writing out their declarations. */
void
gfc_dump_external_c_prototypes (FILE * file)