]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[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 f11697b282224b7b9a4518ca9c9957576165d9e0..9ef70a42cddc5ad483f172e43f2f850ef6097f45 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 bd8fdf461491f402636bd0df2ea13a4520702d1b..97e2671cbcd5370d97b77874f5506db0eee7c7eb 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 c4bf17dffcedb19afd91d74533b4770221d2947a..106f06c5cb3a983004e731fb0e811ff4a37bbe86 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