From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) by sourceware.org (Postfix) with ESMTPS id B2DCA3857BBF for ; Fri, 4 Nov 2022 13:56:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B2DCA3857BBF Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wm1-x32e.google.com with SMTP id fn7-20020a05600c688700b003b4fb113b86so3248765wmb.0 for ; Fri, 04 Nov 2022 06:56:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=lDI3GF0u4tjP2g0hGUuxsrpm7MjrysZ3R4V0Cr1aKWY=; b=C7TGAKVXwW2bNyVqMdjJdJ+cZXCHpxQ2XSAKhY2vFdF2zWbxZEpiF3Lm0wXMOpp0Ef L8WHpTc9aXU7SRHMtGpSgnmCpu3BrQgbi9G2ZD3DOtYYD98iU/RduecOhvFtxvSYn9iD vVxlqqo+14Qh7iDUhSlJT9wJLr5yjEdOoTlSqk853VNmmzNQTdq5K4G5AL6FxtRvnU+o iGCYJYvyNt1khcZ8PJ71nhvMqM763hAY6bV3CQn+wyJ9TuH//RC0t96QGgKqDaDecFKH 5oT+FU44uuvsc6NH1luaQ4/bY/D/I5ZatOJR9PlU0h8EoNLVNPywfTQ9Uf6XgDY7twml 2Ghg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=lDI3GF0u4tjP2g0hGUuxsrpm7MjrysZ3R4V0Cr1aKWY=; b=Wps3Mwzn+hVnL6Nm/UGyZMg8K/YibC0EA/CSjPhge7Kw5Ww59lmK5l6n9TdatrbTRM /GfhOotX4RElCdLLBURF6DWkwQvnjCTBS1kVZ92JC4Luo4fNRvcG+MGh3rNNBquCawq7 m+nQw/8n4JYUcUsR7jAggywo/odRDwNqnf05Zzh/uQl/q6Lkrt218VOeDqKCwAIGTvIr bu4ANkPKOB4C1ApBEabtnJQxfzOUy/brhdCFRowC/Ktawfrs4dv11cCdHwjM18aSOEFX Tf9+29dhwmBlnDrv3S06TlxYUKPqVEGrChWnwARxoVPDpnuf8DSfaJuTmkxpC2sseQI/ 28Ag== X-Gm-Message-State: ACrzQf3ADJd77Wh2tzje37lE85BnNN+XXTp+EYNk3GMFQQPxUVbCIFQh v3+DqJxmm6+uGTVbWTgnQC743ytlcZJJWA== X-Google-Smtp-Source: AMsMyM4NIrxjRUO5NjqBzJ1PRkc7P6cU9pwv2SZeI8gujpEORbEva4IgEW14MJXHt+qA+8RC+pO60g== X-Received: by 2002:a05:600c:1508:b0:3cf:6cc1:c3b4 with SMTP id b8-20020a05600c150800b003cf6cc1c3b4mr20919571wmg.156.1667570186651; Fri, 04 Nov 2022 06:56:26 -0700 (PDT) Received: from localhost.localdomain (static-176-191-105-132.ftth.abo.bbox.fr. [176.191.105.132]) by smtp.gmail.com with ESMTPSA id v3-20020a1cac03000000b003c6f3e5ba42sm2814952wme.46.2022.11.04.06.56.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Nov 2022 06:56:26 -0700 (PDT) From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= To: gcc-patches@gcc.gnu.org Cc: Ronan Desplanques Subject: [COMMITTED] ada: Small editorial changes to documentation comments Date: Fri, 4 Nov 2022 14:56:22 +0100 Message-Id: <20221104135622.85834-1-poulhies@adacore.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-13.2 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 autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: From: Ronan Desplanques gcc/ada/ * sinfo.ads: Small editorial changes. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/sinfo.ads | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 53880c5dfce..abea84c2533 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -440,7 +440,7 @@ package Sinfo is -- documents the restriction. -- Note that most of these restrictions apply only to trees generated when - -- code is being generated, since they involved expander actions that + -- code is being generated, since they involve expander actions that -- destroy the tree. ---------------- @@ -528,7 +528,7 @@ package Sinfo is -- function. -- -- If the mode of a Ghost region is Ignore, any newly created nodes as well - -- as source entities are marked as ignored Ghost. In additon, the marking + -- as source entities are marked as ignored Ghost. In addition, the marking -- process signals all enclosing scopes that an ignored Ghost node resides -- within. The compilation unit where the node resides is also added to an -- auxiliary table for post processing. @@ -715,9 +715,9 @@ package Sinfo is -- This flag is set if the node comes directly from an explicit construct -- in the source. It is normally on for any nodes built by the scanner or -- parser from the source program, with the exception that in a few cases - -- the parser adds nodes to normalize the representation (in particular + -- the parser adds nodes to normalize the representation (in particular, -- a null statement is added to a package body if there is no begin/end - -- initialization section. + -- initialization section). -- -- Most nodes inserted by the analyzer or expander are not considered -- as coming from source, so the flag is off for such nodes. In a few -- 2.34.1