https://gcc.gnu.org/g:1be44ed0cf21d64e1f5d2824699a69ae766755d7

commit r16-2008-g1be44ed0cf21d64e1f5d2824699a69ae766755d7
Author: Piotr Trojanek <troja...@adacore.com>
Date:   Tue Jun 24 13:21:28 2025 +0200

    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:
---
 gcc/ada/sem_aux.ads | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/sem_aux.ads b/gcc/ada/sem_aux.ads
index 5a6300281d7c..aad5d324efec 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

Reply via email to