From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1914) id 4EFB138346BE; Tue, 10 May 2022 08:21:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4EFB138346BE MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Pierre-Marie de Rodat To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-236] [Ada] Fix typo in comment for Is_Predicate_Static X-Act-Checkin: gcc X-Git-Author: Etienne Servais X-Git-Refname: refs/heads/master X-Git-Oldrev: cfcc53801bd0f95d6f7160a06faa909a360317d6 X-Git-Newrev: 69d701fb15ec662b888c00cf057754a84c3af921 Message-Id: <20220510082147.4EFB138346BE@sourceware.org> Date: Tue, 10 May 2022 08:21:47 +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: Tue, 10 May 2022 08:21:47 -0000 https://gcc.gnu.org/g:69d701fb15ec662b888c00cf057754a84c3af921 commit r13-236-g69d701fb15ec662b888c00cf057754a84c3af921 Author: Etienne Servais Date: Wed Jan 19 15:19:18 2022 +0100 [Ada] Fix typo in comment for Is_Predicate_Static gcc/ada/ * sem_ch13.adb (Is_Predicate_Static): Fix typo in comment. Diff: --- gcc/ada/sem_ch13.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index cfbb066b00d..cf1943889b3 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -195,7 +195,7 @@ package body Sem_Ch13 is -- returned for non-scalar types. -- -- Note: the RM seems to suggest that string types can also have static - -- predicates. But that really makes lttle sense as very few useful + -- predicates. But that really makes little sense as very few useful -- predicates can be constructed for strings. Remember that: -- -- "ABC" < "DEF"