From: Eric Botcazou Date: Wed, 12 May 2021 21:37:20 +0000 (+0200) Subject: [Ada] Fix old typo in comment X-Git-Tag: basepoints/gcc-13~6233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4206000ac40ef24704cf9bf936f8aac900cdbff5;p=thirdparty%2Fgcc.git [Ada] Fix old typo in comment gcc/ada/ * repinfo-input.adb (JSON_Entity_Kind, Read_Variant_Part): Fix typo in comment. --- diff --git a/gcc/ada/repinfo-input.adb b/gcc/ada/repinfo-input.adb index 106c43c49c73..5d850407ba29 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);