aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorGiuliano Belinassi <giuliano.belinassi@usp.br>2018-08-23 17:01:09 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2018-08-23 17:01:09 +0000
commit35574a7b41b8e6a143504d416306b789f62f1338 (patch)
tree0bb35b1329c76b9709c44a7a955cff6fef603b9d /gcc/ada
parent47a5f7dda578e9134da49c0c8fcabd49175b3b22 (diff)
downloadgcc-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/ada')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/exp_unst.ads2
2 files changed, 5 insertions, 1 deletions
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 <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,
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