From b108c2ed65e8fe89acf0845358658a2e0ed07971 Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Mon, 1 Jul 2019 13:35:25 +0000 Subject: [PATCH] [Ada] Fix "componant" typos in comments 2019-07-01 Piotr Trojanek gcc/ada/ * exp_attr.adb, libgnat/g-graphs.ads: Fix typos in comments: componant -> component. From-SVN: r272864 --- gcc/ada/ChangeLog | 5 +++++ gcc/ada/exp_attr.adb | 2 +- gcc/ada/libgnat/g-graphs.ads | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index f11697b2822..9ef70a42cdd 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2019-07-01 Piotr Trojanek + + * exp_attr.adb, libgnat/g-graphs.ads: Fix typos in comments: + componant -> component. + 2019-07-01 Hristian Kirtchev * libgnat/g-graphs.adb: Use type Directed_Graph rather than diff --git a/gcc/ada/exp_attr.adb b/gcc/ada/exp_attr.adb index bd8fdf46149..97e2671cbcd 100644 --- a/gcc/ada/exp_attr.adb +++ b/gcc/ada/exp_attr.adb @@ -639,7 +639,7 @@ package body Exp_Attr is Stmts := No_List; - -- Validate componants + -- Validate components Validate_Component_List (Obj_Id => Obj_Id, diff --git a/gcc/ada/libgnat/g-graphs.ads b/gcc/ada/libgnat/g-graphs.ads index c4bf17dffce..106f06c5cb3 100644 --- a/gcc/ada/libgnat/g-graphs.ads +++ b/gcc/ada/libgnat/g-graphs.ads @@ -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 -- 2.30.2