From 35574a7b41b8e6a143504d416306b789f62f1338 Mon Sep 17 00:00:00 2001 From: Giuliano Belinassi Date: Thu, 23 Aug 2018 17:01:09 +0000 Subject: [PATCH] Fix typo 'exapnded' to 'expanded' 2018-08-23 Giuliano Belinassi gcc/ * genmatch.c (parser::parse_operation): Fix typo 'exapnded' to 'expanded'. gcc/ada/ * exp_unst.ads: Fix typo 'exapnded' to 'expanded'. From-SVN: r263818 --- gcc/ChangeLog | 5 +++++ gcc/ada/ChangeLog | 4 ++++ gcc/ada/exp_unst.ads | 2 +- gcc/genmatch.c | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39ce3cf..4be494d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-08-23 Giuliano Belinassi + + * genmatch.c (parser::parse_operation): Fix typo 'exapnded' + to 'expanded'. + 2018-08-23 Alexander Monakov * tree-scalar-evolution.c (final_value_replacement_loop): Dump diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 0622701..06b1106 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2018-08-23 Giuliano Belinassi + + * exp_unst.ads: Fix typo 'exapnded' to 'expanded'. + 2018-08-21 Hristian Kirtchev * checks.adb, contracts.adb, exp_aggr.adb, exp_attr.adb, diff --git a/gcc/ada/exp_unst.ads b/gcc/ada/exp_unst.ads index 3b67a0d..a5cdf06 100644 --- a/gcc/ada/exp_unst.ads +++ b/gcc/ada/exp_unst.ads @@ -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 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; } -- 2.7.4