Commit 35574a7b by Giuliano Belinassi Committed by Richard Sandiford

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
parent 47a5f7dd
2018-08-23 Giuliano Belinassi <giuliano.belinassi@usp.br>
* genmatch.c (parser::parse_operation): Fix typo 'exapnded'
to 'expanded'.
2018-08-23 Alexander Monakov <amonakov@ispras.ru>
* tree-scalar-evolution.c (final_value_replacement_loop): Dump
......
2018-08-23 Giuliano Belinassi <giuliano.belinassi@usp.br>
* exp_unst.ads: Fix typo 'exapnded' to 'expanded'.
2018-08-21 Hristian Kirtchev <kirtchev@adacore.com>
* checks.adb, contracts.adb, exp_aggr.adb, exp_attr.adb,
......
......@@ -477,7 +477,7 @@ package Exp_Unst is
-- subprograms exist. Similarly overloading would cause a naming issue.
-- In fact, the expanded code includes qualified names which eliminate this
-- problem. We omitted the qualification from the exapnded examples above
-- problem. We omitted the qualification from the expanded examples above
-- for simplicity. But to see this in action, consider this example:
-- function Mnames return Boolean is
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment