diff options
author | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2018-08-23 17:01:09 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2018-08-23 17:01:09 +0000 |
commit | 35574a7b41b8e6a143504d416306b789f62f1338 (patch) | |
tree | 0bb35b1329c76b9709c44a7a955cff6fef603b9d /gcc/genmatch.c | |
parent | 47a5f7dda578e9134da49c0c8fcabd49175b3b22 (diff) | |
download | gcc-35574a7b41b8e6a143504d416306b789f62f1338.zip gcc-35574a7b41b8e6a143504d416306b789f62f1338.tar.gz gcc-35574a7b41b8e6a143504d416306b789f62f1338.tar.bz2 |
Fix typo 'exapnded' to 'expanded'
2018-08-23 Giuliano Belinassi <giuliano.belinassi@usp.br>
gcc/
* genmatch.c (parser::parse_operation): Fix typo 'exapnded'
to 'expanded'.
gcc/ada/
* exp_unst.ads: Fix typo 'exapnded' to 'expanded'.
From-SVN: r263818
Diffstat (limited to 'gcc/genmatch.c')
-rw-r--r-- | gcc/genmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genmatch.c b/gcc/genmatch.c index 5848722..50d72f8 100644 --- a/gcc/genmatch.c +++ b/gcc/genmatch.c @@ -4150,7 +4150,7 @@ parser::parse_operation () if (active_fors.length() == 0) record_operlist (id_tok->src_loc, p); else - fatal_at (id_tok, "operator-list %s cannot be exapnded inside 'for'", id); + fatal_at (id_tok, "operator-list %s cannot be expanded inside 'for'", id); } return op; } |