From: Piotr Trojanek Date: Tue, 24 Jun 2025 11:21:28 +0000 (+0200) Subject: ada: Fix style in comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1be44ed0cf21d64e1f5d2824699a69ae766755d7;p=thirdparty%2Fgcc.git ada: Fix style in comment Cleanup; technical commit meant to trigger a GNAT continuous builder. gcc/ada/ChangeLog: * sem_aux.ads (First_Discriminant): Remove space before period. --- diff --git a/gcc/ada/sem_aux.ads b/gcc/ada/sem_aux.ads index 5a6300281d7..aad5d324efe 100644 --- a/gcc/ada/sem_aux.ads +++ b/gcc/ada/sem_aux.ads @@ -105,7 +105,7 @@ package Sem_Aux is -- this is equivalent to First_Entity. The exception arises for tagged -- types, where the tag itself is prepended to the front of the entity -- chain, so the First_Discriminant function steps past the tag if it is - -- present. When called on a private type with unknown discriminants, the + -- present. When called on a private type with unknown discriminants, the -- function always returns Empty. -- WARNING: There is a matching C declaration of this subprogram in fe.h