]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix style in comment
authorPiotr Trojanek <trojanek@adacore.com>
Tue, 24 Jun 2025 11:21:28 +0000 (13:21 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Fri, 4 Jul 2025 07:41:46 +0000 (09:41 +0200)
Cleanup; technical commit meant to trigger a GNAT continuous builder.

gcc/ada/ChangeLog:

* sem_aux.ads (First_Discriminant): Remove space before period.

gcc/ada/sem_aux.ads

index 5a6300281d7cbf2ad4cc1bf9836e041de37bcc56..aad5d324efece7f8020d2bd2d25e0efb06e25e9d 100644 (file)
@@ -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