From: Philippe Gil Date: Tue, 8 Sep 2020 08:30:36 +0000 (+0200) Subject: [Ada] GNAT.Sockets: fix comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=973c7b7e5460866099ba3904ae29808674604f0e;p=gcc.git [Ada] GNAT.Sockets: fix comment typo gcc/ada/ * libgnat/g-socket.ads: Fix comment typo. --- diff --git a/gcc/ada/libgnat/g-socket.ads b/gcc/ada/libgnat/g-socket.ads index 916724104e1..9e64bc81e3f 100644 --- a/gcc/ada/libgnat/g-socket.ads +++ b/gcc/ada/libgnat/g-socket.ads @@ -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