From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7871) id 415883858401; Mon, 6 May 2024 09:17:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 415883858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714987023; bh=Iz+tBAXO8L4BJ7cA6WCpm8KKVFDXo/7E/CMEpsdOs/M=; h=From:To:Subject:Date:From; b=WCUDOUe9si7ysMrP+TfeHaXvvQHNH28geCCj3Quk/2/ihj6x6ktA/hzuV7Sr0rYHS BgJnyk57DJEtnav26QaVayRyU0W9BSP1GMT5nKNuKD5/kuYVi95He47ux4GvkCYinq oBE70TWQ7EPVLW9w511L0FK2CaNsX/L01WRLdem8= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Marc Poulhi?s To: gcc-cvs@gcc.gnu.org Subject: [gcc r15-189] ada: Fix RM reference in comment X-Act-Checkin: gcc X-Git-Author: Ronan Desplanques X-Git-Refname: refs/heads/master X-Git-Oldrev: a9a32d0e2208166d4e3cd8beac6738af1a74c68e X-Git-Newrev: 625d5f98d74863ca580008f3566768f46da2c109 Message-Id: <20240506091703.415883858401@sourceware.org> Date: Mon, 6 May 2024 09:17:03 +0000 (GMT) List-Id: https://gcc.gnu.org/g:625d5f98d74863ca580008f3566768f46da2c109 commit r15-189-g625d5f98d74863ca580008f3566768f46da2c109 Author: Ronan Desplanques Date: Thu Dec 21 12:39:23 2023 +0100 ada: Fix RM reference in comment The RM 2.2(15) that the comment mentioned before this patch doesn't exist. It's pretty clear that the comment meant to refer to RM 2.2(14) instead. gcc/ada/ * hostparm.ads: Fix reference to RM clause. Diff: --- gcc/ada/hostparm.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/hostparm.ads b/gcc/ada/hostparm.ads index 11eef359d30..b2d2f814b32 100644 --- a/gcc/ada/hostparm.ads +++ b/gcc/ada/hostparm.ads @@ -48,7 +48,7 @@ package Hostparm is -- have a valid Column_Number equal to Max_Line_Length to represent -- the location of a "line too long" error. -- - -- 200 is the minimum value required (RM 2.2(15)). The value set here + -- 200 is the minimum value required (RM 2.2(14)). The value set here -- can be reduced by the explicit use of the -gnatyM style switch. Max_Name_Length : constant := 1024;