[Ada] GNAT.Sockets: fix comment typo
authorPhilippe Gil <gil@adacore.com>
Tue, 8 Sep 2020 08:30:36 +0000 (10:30 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Fri, 23 Oct 2020 08:25:03 +0000 (04:25 -0400)
gcc/ada/

* libgnat/g-socket.ads: Fix comment typo.

gcc/ada/libgnat/g-socket.ads

index 916724104e11778a2a85f2a77741e9e1f72ca337..9e64bc81e3f1939220bae3728cb0babc1403c1d8 100644 (file)
@@ -449,10 +449,10 @@ package GNAT.Sockets is
 
    type Selector_Status is (Completed, Expired, Aborted);
    --  Completion status of a selector operation, indicated as follows:
-   --    Complete: one of the expected events occurred
-   --    Expired:  no event occurred before the expiration of the timeout
-   --    Aborted:  an external action cancelled the wait operation before
-   --              any event occurred.
+   --    Completed: one of the expected events occurred
+   --    Expired:   no event occurred before the expiration of the timeout
+   --    Aborted:   an external action cancelled the wait operation before
+   --               any event occurred.
 
    Socket_Error : exception;
    --  There is only one exception in this package to deal with an error during