From: Eric Botcazou Date: Tue, 7 Jan 2020 22:17:30 +0000 (+0100) Subject: [Ada] Fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c5fb4f4957a7046f631c648b362522d55d19fbc;p=gcc.git [Ada] Fix typo in comment 2020-06-03 Eric Botcazou gcc/ada/ * einfo.ads (Has_Contiguous_Rep): Fix typo in comment. --- diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads index 1183d0aed8c..32a938a6d3a 100644 --- a/gcc/ada/einfo.ads +++ b/gcc/ada/einfo.ads @@ -1575,7 +1575,7 @@ package Einfo is -- in sem_aux is used to test for this case. -- Has_Contiguous_Rep (Flag181) --- Defined in enumeration types. Set if the type as a representation +-- Defined in enumeration types. Set if the type has a representation -- clause whose entries are successive integers. -- Has_Controlled_Component (Flag43) [base type only]