From patchwork Thu Jun 15 08:04:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Marc_Poulhi=C3=A8s?= X-Patchwork-Id: 71148 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C13193856974 for ; Thu, 15 Jun 2023 08:05:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C13193856974 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686816357; bh=UJXLKK72LNoaXyrgwTwDnNPAkzY9EYOPWVvzds6hdac=; h=To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=fmByx3Zabp3c5FGldV1PMopgqJXC84+NIyCUMN+1MMhC1peRjOs5DnYVeG1gEWQDj XKvh3V+yhpTLuK95ABiRRqGeO1zaa3HCsRKofl/DRw0jNJm6G2Cxr3TZIEdpiS6/Ee meeokkTAjCvcalbo6AlgR4l83bnjWNu47lRuDZL4= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by sourceware.org (Postfix) with ESMTPS id 05238385771C for ; Thu, 15 Jun 2023 08:04:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 05238385771C Received: by mail-wm1-x32c.google.com with SMTP id 5b1f17b1804b1-3f8d65ecdb8so16450315e9.0 for ; Thu, 15 Jun 2023 01:04:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686816244; x=1689408244; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=UJXLKK72LNoaXyrgwTwDnNPAkzY9EYOPWVvzds6hdac=; b=HBRHn3jPpEx96h/sheKZqb1FyajJ5LNAZ0kGNE1tWodh+A7H88S1t9v7X3V1un/bUn uieILXutLU1+ERD/Gkvs4T4AXZZ+dYIACG0XV0m3nonr843cX+oaUPt8HZj/HPcQYxF9 7bFcgQ4BfK8yzS9zDgFPfvNX1alSVl0ayCfKmZVLVq8tk1TqazIHZmeIP6h8sZvRcIxL OQHBACvA4LwiLRKyh9EgrkAmjAsQo+Qb5NKyHpD52MjQzVtP24bz0m+zBISkhK6Q41Qq 4iCaLwWKsxVZe+ohMcsvXFl+3JOVODaaAWaK62o/iymw00A6uEt9x3rsSgcnRJRA1xCy 24mA== X-Gm-Message-State: AC+VfDw2/O+8SBxd1AeZRxRo0l99mbXaXAoEhiUBlzFdAd1+Y2d7Zmj9 HTJHL/R5Nk57kz9UEJ7DU3vI0wC/ntqER57csHpfJA== X-Google-Smtp-Source: ACHHUZ7vw5H1R6RwJsiradHWHN299NqgkyMJhbsryhyobOsAU6XyKsCScsgKGs7CkLHepP5KMVgsMw== X-Received: by 2002:a05:6000:194f:b0:30a:dd26:63cd with SMTP id e15-20020a056000194f00b0030add2663cdmr12142659wry.5.1686816243772; Thu, 15 Jun 2023 01:04:03 -0700 (PDT) Received: from poulhies-Precision-5550.telnowedge.local (lmontsouris-659-1-24-67.w81-250.abo.wanadoo.fr. [81.250.175.67]) by smtp.gmail.com with ESMTPSA id r17-20020a5d52d1000000b002c71b4d476asm20198523wrv.106.2023.06.15.01.04.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Jun 2023 01:04:03 -0700 (PDT) To: gcc-patches@gcc.gnu.org Cc: Ronan Desplanques Subject: [COMMITTED] ada: Fix minor issues in comments Date: Thu, 15 Jun 2023 10:04:02 +0200 Message-Id: <20230615080402.939162-1-poulhies@adacore.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-Spam-Status: No, score=-13.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: =?utf-8?q?Marc_Poulhi=C3=A8s_via_Gcc-patches?= From: =?utf-8?q?Marc_Poulhi=C3=A8s?= Reply-To: =?utf-8?q?Marc_Poulhi=C3=A8s?= Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" From: Ronan Desplanques The package Ttypef has been removed but a reference to it was left over in a comment. This patch removes that reference, and also fixes a typo. gcc/ada/ * ttypes.ads: Remove reference to Ttypef in comment. Fix typo in comment. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/ttypes.ads | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/ada/ttypes.ads b/gcc/ada/ttypes.ads index c8188ea9f98..28c63769d96 100644 --- a/gcc/ada/ttypes.ads +++ b/gcc/ada/ttypes.ads @@ -60,11 +60,10 @@ package Ttypes is -- Two approaches are used for handling target dependent values in the -- standard library packages. Package Standard is handled specially, -- being constructed internally (by package Stand). Target dependent - -- values needed in Stand are obtained by direct reference to Ttypes - -- and Ttypef. + -- values needed in Stand are obtained by direct reference to Ttypes. -- For package System, there is a separate version for each target, with - -- explicit declarations of the required, constants. + -- explicit declarations of the required constants. -- Historical note: Originally we had in mind dealing with target dependent -- differences by referencing appropriate attributes. Ada 95 already