]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo 'exapnded' to 'expanded'
authorGiuliano Belinassi <giuliano.belinassi@usp.br>
Thu, 23 Aug 2018 17:01:09 +0000 (17:01 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 23 Aug 2018 17:01:09 +0000 (17:01 +0000)
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

gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/exp_unst.ads
gcc/genmatch.c

index 39ce3cf019aff513199cd31918d4e0a6e87dc632..4be494db1e070bc53246415ba73dec6efd8daec5 100644 (file)
@@ -1,3 +1,8 @@
+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
index 062270177fb17fc9e2dc1c241aa3a769da4529ec..06b11066549cbb588977115b857b1e65dc3971b6 100644 (file)
@@ -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,
index 3b67a0ddd35456823ed422be532c99bc9b021858..a5cdf0690dce6da401fe4ba5166eb034a06f8c19 100644 (file)
@@ -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
index 5848722684b0d66bf86c2c75d043007be219fb2d..50d72f8f1e798d81c20ff23aefd956cad6109e4b 100644 (file)
@@ -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;
 }