From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x329.google.com (mail-wm1-x329.google.com [IPv6:2a00:1450:4864:20::329]) by sourceware.org (Postfix) with ESMTPS id 6F1DA38316DA for ; Mon, 15 May 2023 09:44:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6F1DA38316DA 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-x329.google.com with SMTP id 5b1f17b1804b1-3f4ec041fc3so27079485e9.1 for ; Mon, 15 May 2023 02:44:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; t=1684143882; x=1686735882; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=L+GPYgLxoghZFCHudn87sOuxt9S+OXTJj/Vh2/aSY9E=; b=bNVprPHjyTQiL4dxAw41kx9Kt44RGNyMigQDFMRXlMCMXXdfLDkoj0BV4qK3kEdLin JEzprLLOIy+tECBeDU6bgIdIOaPjnOaPQGmjUYnEh0iX6ADpeeKmgcahTGvlbdSBvhQz ZP3hg/jL5yO/MKjzB7uqIDhlWrA8g63TX6ztq5Ae4dcXCBcxqkYWfWRY1a4TbRrTC2F5 5K0DZ3XIPXwDsNORWa0rExcEdIoUxg1rDEYtFJc1B8b5UA4y5d0t+92ZccbgDIaK9UT0 BvKGMbbdpnQEW4RQKLE2bTwhHXCk4s2ABD6VsRKi11YJa7C5CQn2J6bsbLdWbD9VgKL0 Xasw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684143882; x=1686735882; 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=L+GPYgLxoghZFCHudn87sOuxt9S+OXTJj/Vh2/aSY9E=; b=QnNbGeI1shrhFwNuE8D3CNNVzpXBTpSiFia8o90PEUTEqqMj7AH88VeTt1LFb/1LDH gc8Bq1yHXETdTIyIUEQvmj8k/GOMBct6KkZUj9XpFRKj/fs7uPpJvSBsF+XXOZjScFY6 ZPJV2674TZcTzr00GdtBEFHF59sEajSBqlDFBEzirXMYVHbAvgcQzhg02GBp/bV8BitX B5kKoS3zIz5B2wtYAr8ZklPmE5j4vpX1ObvOKHUG/l6JebInMlQ5CdOHurPBjHMmxHFV JpO3c8ltmOZ70nn89p5EFycbQ4/1rjnNn7X4xv+ffpZ6tlSXvYDmmiZrwrrpfL5vM8BU Xf5w== X-Gm-Message-State: AC+VfDz5/KWRn1OmqUKvrlu2n5j5bbVhauCVSb+R/XxUrX0PVru4UVTm 2dw54dDmHOiy1QTjZvQwywlGQGywqxoUSI4j6LgAKA== X-Google-Smtp-Source: ACHHUZ4Q0pLrpAizxmTd1iEMyDVy4ty3QL8aiZEpVDgKW+6Fq3aEUuOfqn6TEOVExD9zRG3jtQiQpQ== X-Received: by 2002:a1c:7c10:0:b0:3f4:2610:5cc1 with SMTP id x16-20020a1c7c10000000b003f426105cc1mr18666388wmc.1.1684143882142; Mon, 15 May 2023 02:44:42 -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 n6-20020a5d4206000000b0030630de6fbdsm31602975wrq.13.2023.05.15.02.44.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 May 2023 02:44:41 -0700 (PDT) From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= To: gcc-patches@gcc.gnu.org Cc: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Subject: [COMMITTED] ada: Fix typo in comment Date: Mon, 15 May 2023 11:44:40 +0200 Message-Id: <20230515094440.1409136-1-poulhies@adacore.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-13.4 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 List-Id: gcc/ada/ * exp_ch3.adb (Make_Allocator_For_Return): Fix typo in comment. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/exp_ch3.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index abe71b252e7..363186565f6 100644 --- a/gcc/ada/exp_ch3.adb +++ b/gcc/ada/exp_ch3.adb @@ -7196,7 +7196,7 @@ package body Exp_Ch3 is -- We always use the type of the expression for the qualified -- expression, rather than the return object's type. We cannot -- always use the return object's type because the expression - -- might be of a specific type and the return object mignt not. + -- might be of a specific type and the return object might not. Alloc := Make_Allocator (Loc, -- 2.40.0