aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2021-05-12 23:37:20 +0200
committerPierre-Marie de Rodat <derodat@adacore.com>2021-07-06 14:46:59 +0000
commit4206000ac40ef24704cf9bf936f8aac900cdbff5 (patch)
treeaa5159a1f2ef13ed87907181b71d43660396e007 /gcc
parentfb632ef567d8af061e7f73fcf7bb2b75796cdfb4 (diff)
downloadgcc-4206000ac40ef24704cf9bf936f8aac900cdbff5.zip
gcc-4206000ac40ef24704cf9bf936f8aac900cdbff5.tar.gz
gcc-4206000ac40ef24704cf9bf936f8aac900cdbff5.tar.bz2
[Ada] Fix old typo in comment
gcc/ada/ * repinfo-input.adb (JSON_Entity_Kind, Read_Variant_Part): Fix typo in comment.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/repinfo-input.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/repinfo-input.adb b/gcc/ada/repinfo-input.adb
index 106c43c..5d85040 100644
--- a/gcc/ada/repinfo-input.adb
+++ b/gcc/ada/repinfo-input.adb
@@ -38,7 +38,7 @@ package body Repinfo.Input is
-- Value for Storage_Unit
type JSON_Entity_Kind is (JE_Record_Type, JE_Array_Type, JE_Other);
- -- Kind of an entiy
+ -- Kind of an entity
type JSON_Entity_Node (Kind : JSON_Entity_Kind := JE_Other) is record
Esize : Node_Ref_Or_Val;
@@ -1219,7 +1219,7 @@ package body Repinfo.Input is
Var : JSON_Variant_Node;
begin
- -- Read a non-empty array of components
+ -- Read a nonempty array of components
Read_Token_And_Error (J_ARRAY, Token_Start, Token_End);