[Ada] Fix "componant" typos in comments
authorPiotr Trojanek <trojanek@adacore.com>
Mon, 1 Jul 2019 13:35:25 +0000 (13:35 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 1 Jul 2019 13:35:25 +0000 (13:35 +0000)
2019-07-01  Piotr Trojanek  <trojanek@adacore.com>

gcc/ada/

* exp_attr.adb, libgnat/g-graphs.ads: Fix typos in comments:
componant -> component.

From-SVN: r272864

gcc/ada/ChangeLog
gcc/ada/exp_attr.adb
gcc/ada/libgnat/g-graphs.ads

index f11697b..9ef70a4 100644 (file)
@@ -1,3 +1,8 @@
+2019-07-01  Piotr Trojanek  <trojanek@adacore.com>
+
+       * exp_attr.adb, libgnat/g-graphs.ads: Fix typos in comments:
+       componant -> component.
+
 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
 
        * libgnat/g-graphs.adb: Use type Directed_Graph rather than
index bd8fdf4..97e2671 100644 (file)
@@ -639,7 +639,7 @@ package body Exp_Attr is
 
          Stmts := No_List;
 
-         --  Validate componants
+         --  Validate components
 
          Validate_Component_List
            (Obj_Id    => Obj_Id,
index c4bf17d..106f06c 100644 (file)
@@ -38,7 +38,7 @@ with GNAT.Sets;            use GNAT.Sets;
 package GNAT.Graphs is
 
    ---------------
-   -- Componant --
+   -- Component --
    ---------------
 
    --  The following type denotes a strongly connected component handle