From: Piotr Trojanek <troja...@adacore.com>

Cleanup; technical commit meant to trigger a GNAT continuous builder.

gcc/ada/ChangeLog:

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

Tested on x86_64-pc-linux-gnu, committed on master.

---
 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 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
-- 
2.43.0

Reply via email to