From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1059) id E0D783952537; Thu, 11 Jun 2020 13:08:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0D783952537 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591880890; bh=I0AIuy6PbKedmfu6TrzXb4S3Ujni5dGuEE7oso/O5Zw=; h=From:To:Subject:Date:From; b=JXhY7G/TzGmVYv/fuIu6W9psEsRUlZ4Wqp4wUXEmLdmD1qzwPeY222b9qYhxNT0ZX e/Tvbue9SAFa5oFb/OYRvnIPaCK9wfg9Gjn4iffinwl+i1nvTrdBoVZpWMBwQ5LlXS nFmhhvMdIF8r25SPkH4ASwXjI1IbwLfOhGVpU5F4= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Nathan Sidwell To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/c++-modules] [Ada] Fix typo in comment X-Act-Checkin: gcc X-Git-Author: Eric Botcazou X-Git-Refname: refs/heads/devel/c++-modules X-Git-Oldrev: 99859ea756671ac375a231d803623394de872ece X-Git-Newrev: 3c5fb4f4957a7046f631c648b362522d55d19fbc Message-Id: <20200611130810.E0D783952537@sourceware.org> Date: Thu, 11 Jun 2020 13:08:10 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2020 13:08:11 -0000 https://gcc.gnu.org/g:3c5fb4f4957a7046f631c648b362522d55d19fbc commit 3c5fb4f4957a7046f631c648b362522d55d19fbc Author: Eric Botcazou Date: Tue Jan 7 23:17:30 2020 +0100 [Ada] Fix typo in comment 2020-06-03 Eric Botcazou gcc/ada/ * einfo.ads (Has_Contiguous_Rep): Fix typo in comment. Diff: --- gcc/ada/einfo.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]