aboutsummaryrefslogtreecommitdiff
path: root/gcc/genautomata.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-06-08 09:42:18 +0200
committerMartin Liska <mliska@suse.cz>2021-06-08 09:42:18 +0200
commit48aa5c60034736a439f2214dac34b165e74a7d20 (patch)
tree0caed86d380ea66f38b7da5fb709a87fb51f6ab1 /gcc/genautomata.c
parent4db34072d5336d13b66f7185ec6454aa7d36f3c7 (diff)
downloadgcc-48aa5c60034736a439f2214dac34b165e74a7d20.zip
gcc-48aa5c60034736a439f2214dac34b165e74a7d20.tar.gz
gcc-48aa5c60034736a439f2214dac34b165e74a7d20.tar.bz2
Fix "tailing" typo.
gcc/fortran/ChangeLog: * intrinsic.texi: Fix typo. * trans-expr.c (gfc_trans_pointer_assignment): Likewise. gcc/ChangeLog: * genautomata.c (create_automata): Fix typo. libgfortran/ChangeLog: * intrinsics/chmod.c (chmod_internal): Fix typo. * io/transfer.c (read_sf): Likewise. libquadmath/ChangeLog: * libquadmath.texi: Fix typo. gcc/testsuite/ChangeLog: * gcc.dg/format/strfmon-1.c: Fix typo. * gfortran.dg/char4-subscript.f90: Likewise.
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r--gcc/genautomata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c
index e6295e6..6bbfc68 100644
--- a/gcc/genautomata.c
+++ b/gcc/genautomata.c
@@ -6787,7 +6787,7 @@ create_automata (void)
finish_regexp_representation calls. */
/* This recursive function forms string representation of regexp
- (without tailing '\0'). */
+ (without trailing '\0'). */
static void
form_regexp (regexp_t regexp)
{