diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2019-07-01 13:35:25 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-07-01 13:35:25 +0000 |
commit | b108c2ed65e8fe89acf0845358658a2e0ed07971 (patch) | |
tree | 6557d70836ea9ac824c3689398b120ac2514e49e | |
parent | 63059bf096cde85fc585455b26b94c2fdc806bac (diff) | |
download | gcc-b108c2ed65e8fe89acf0845358658a2e0ed07971.zip gcc-b108c2ed65e8fe89acf0845358658a2e0ed07971.tar.gz gcc-b108c2ed65e8fe89acf0845358658a2e0ed07971.tar.bz2 |
[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
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/exp_attr.adb | 2 | ||||
-rw-r--r-- | 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 f11697b2..9ef70a4 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -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 diff --git a/gcc/ada/exp_attr.adb b/gcc/ada/exp_attr.adb index bd8fdf4..97e2671 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 c4bf17d..106f06c 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 |