Commit b108c2ed by Piotr Trojanek Committed by Pierre-Marie de Rodat

[Ada] Fix "componant" typos in comments

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
parent 63059bf0
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> 2019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
* libgnat/g-graphs.adb: Use type Directed_Graph rather than * libgnat/g-graphs.adb: Use type Directed_Graph rather than
......
...@@ -639,7 +639,7 @@ package body Exp_Attr is ...@@ -639,7 +639,7 @@ package body Exp_Attr is
Stmts := No_List; Stmts := No_List;
-- Validate componants -- Validate components
Validate_Component_List Validate_Component_List
(Obj_Id => Obj_Id, (Obj_Id => Obj_Id,
......
...@@ -38,7 +38,7 @@ with GNAT.Sets; use GNAT.Sets; ...@@ -38,7 +38,7 @@ with GNAT.Sets; use GNAT.Sets;
package GNAT.Graphs is package GNAT.Graphs is
--------------- ---------------
-- Componant -- -- Component --
--------------- ---------------
-- The following type denotes a strongly connected component handle -- The following type denotes a strongly connected component handle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment